aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse_util.h')
-rw-r--r--parse_util.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/parse_util.h b/parse_util.h
index 3b21e09b..53940f63 100644
--- a/parse_util.h
+++ b/parse_util.h
@@ -49,5 +49,16 @@ void parse_util_token_extent( const wchar_t *buff,
int parse_util_lineno( const wchar_t *str, int len );
+int parse_util_load( const wchar_t *cmd,
+ const wchar_t *path_var,
+ void (*on_load)(const wchar_t *cmd),
+ int reload );
+
+void parse_util_init();
+
+
+void parse_util_destroy();
+
+
#endif