aboutsummaryrefslogtreecommitdiffhomepage
path: root/wutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'wutil.h')
-rw-r--r--wutil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/wutil.h b/wutil.h
index 8ce2ac6a..a8e3861d 100644
--- a/wutil.h
+++ b/wutil.h
@@ -15,6 +15,12 @@
/**
+ Call this function on startup to create internal wutil
+ resources. This function doesn't do anything.
+*/
+void wutil_init();
+
+/**
Call this function on exit to free internal wutil resources
*/
void wutil_destroy();