summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2010-12-04 15:28:50 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2010-12-04 15:28:50 +0000
commit2fee3114b46682b220c73aae7c4f2466dedb81ff (patch)
treed9dc3de599ec43fdf5cf70b59ac1fd049672914e /include
parentd485dbd52ebc6a911a5ddcf6891212fccb82e8c0 (diff)
downloadlibparserutils-2fee3114b46682b220c73aae7c4f2466dedb81ff.tar.gz
libparserutils-2fee3114b46682b220c73aae7c4f2466dedb81ff.tar.bz2
Remove init/final code and turn aliases into static data structure. r=vince
svn path=/trunk/libparserutils/; revision=10961
Diffstat (limited to 'include')
-rw-r--r--include/parserutils/parserutils.h7
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