X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=util.h;h=3855a8227a9dfc801a8c49f0cb091e1e30f57f42;hb=60900035e6d0309705f2326ee50edc52386305e9;hp=50eec99329638f4e7a0a45dca1463d4635e83199;hpb=c6505b9bddf0ed2f461a473d4be40c98608d9866;p=polyglot.git diff --git a/util.h b/util.h index 50eec99..3855a82 100644 --- a/util.h +++ b/util.h @@ -178,6 +178,15 @@ 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); + +extern void my_sleep (int msec); + #endif // !defined UTIL_H // end of util.h