X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=util.h;h=269310dd9009c9719d0e1f7166871adb12e6934b;hb=471c4c42e267be298ce20951d5a352acd6b55190;hp=50eec99329638f4e7a0a45dca1463d4635e83199;hpb=c6505b9bddf0ed2f461a473d4be40c98608d9866;p=polyglot.git 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