summaryrefslogtreecommitdiff
path: root/src/libmowgli/ext/global_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmowgli/ext/global_storage.h')
-rw-r--r--src/libmowgli/ext/global_storage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libmowgli/ext/global_storage.h b/src/libmowgli/ext/global_storage.h
index a26e699..59bc995 100644
--- a/src/libmowgli/ext/global_storage.h
+++ b/src/libmowgli/ext/global_storage.h
@@ -24,7 +24,6 @@
#ifndef MOWGLI_GLOBAL_STORAGE_H
#define MOWGLI_GLOBAL_STORAGE_H
-extern void mowgli_global_storage_bootstrap(void);
extern void *mowgli_global_storage_get(char *name);
extern void mowgli_global_storage_put(char *name, void *value);
extern void mowgli_global_storage_free(char *name);