diff options
Diffstat (limited to 'include/parserutils/parserutils.h')
-rw-r--r-- | include/parserutils/parserutils.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/parserutils/parserutils.h b/include/parserutils/parserutils.h index aa2b5ac..8518f42 100644 --- a/include/parserutils/parserutils.h +++ b/include/parserutils/parserutils.h @@ -17,13 +17,6 @@ extern "C" #include <parserutils/functypes.h> #include <parserutils/types.h> -/* Initialise the ParserUtils library for use */ -parserutils_error parserutils_initialise(const char *aliases_file, - parserutils_alloc alloc, void *pw); - -/* Clean up after ParserUtils */ -parserutils_error parserutils_finalise(parserutils_alloc alloc, void *pw); - #ifdef __cplusplus } #endif |