Autoloaded functions

darcs-hash:20060208092005-ac50b-8e784f79a4e158c8c15b553fad85002dccc7bd03.gz
This commit is contained in:
axel
2006-02-08 19:20:05 +10:00
parent 47b652c76e
commit 73a9c8bcb8
31 changed files with 1319 additions and 1229 deletions

View File

@@ -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