verson 1.4.54b
[polyglot.git] / util.h
diff --git a/util.h b/util.h
index 50eec99..269310d 100644 (file)
--- a/util.h
+++ b/util.h
@@ -178,6 +178,13 @@ extern double my_timer_elapsed_real (const my_timer_t * timer);
 \r
 extern char * my_error();\r
 \r
+extern void my_dequote              (char *out, \r
+                                    const char *in, \r
+                                    const char *special);\r
+extern void my_quote                (char *out, \r
+                                    const char *in, \r
+                                    const char *special);\r
+\r
 #endif // !defined UTIL_H\r
 \r
 // end of util.h\r