summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/hubbub/hubbub.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/hubbub/hubbub.h b/include/hubbub/hubbub.h
index d6ddc01..005ec82 100644
--- a/include/hubbub/hubbub.h
+++ b/include/hubbub/hubbub.h
@@ -17,13 +17,6 @@ extern "C"
#include <hubbub/functypes.h>
#include <hubbub/types.h>
-/* Initialise the Hubbub library for use */
-hubbub_error hubbub_initialise(const char *aliases_file,
- hubbub_allocator_fn alloc, void *pw);
-
-/* Clean up after Hubbub */
-hubbub_error hubbub_finalise(hubbub_allocator_fn alloc, void *pw);
-
#ifdef __cplusplus
}
#endif