aboutsummaryrefslogtreecommitdiffhomepage
path: root/wutil.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-11-03 01:41:59 +1000
committerGravatar axel <axel@liljencrantz.se>2005-11-03 01:41:59 +1000
commit8d58e58d7bb53e77752ea2897d100398ac62ace7 (patch)
treec896c3cedbc0bec4230922f442a75473d5007103 /wutil.h
parentc8c3715aac2827c9e8b08ad7a5a56b2d88325d14 (diff)
Minor performance tweaks
darcs-hash:20051102154159-ac50b-9a32fb6cc654c593048840ebd9f6abb97c2e0bb8.gz
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();