summaryrefslogtreecommitdiff
path: root/src/data_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data_store.h')
-rw-r--r--src/data_store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data_store.h b/src/data_store.h
index b2d75b4..0b4a33a 100644
--- a/src/data_store.h
+++ b/src/data_store.h
@@ -19,5 +19,6 @@ typedef struct
} data_store_t;
data_store_t *data_store(void);
+void destroy_data_store(void);
#endif // OXEN_DATA_STORE_H