X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=util.h;fp=util.h;h=269310dd9009c9719d0e1f7166871adb12e6934b;hp=50eec99329638f4e7a0a45dca1463d4635e83199;hb=471c4c42e267be298ce20951d5a352acd6b55190;hpb=5b56e51eeae04c352b95b1706b9d69b61feba3e9 diff --git a/util.h b/util.h index 50eec99..269310d 100644 --- a/util.h +++ b/util.h @@ -178,6 +178,13 @@ extern double my_timer_elapsed_real (const my_timer_t * timer); extern char * my_error(); +extern void my_dequote (char *out, + const char *in, + const char *special); +extern void my_quote (char *out, + const char *in, + const char *special); + #endif // !defined UTIL_H // end of util.h