about summary refs log tree commit diff stats
path: root/src/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-31 23:01:15 +0100
committerJames Booth <boothj5@gmail.com>2012-07-31 23:01:15 +0100
commit0a42be57a31882d000437cc10729c360f3482ae0 (patch)
treea3335a5d722d9019addb0346e937d2b0c29d1544 /src/preferences.h
parentf7a542f488c27f3400bbaea909af933c6c9966cd (diff)
downloadprofani-tty-0a42be57a31882d000437cc10729c360f3482ae0.tar.gz
Cleaning up memory allocated by ncurses pads
Diffstat (limited to 'src/preferences.h')
-rw-r--r--src/preferences.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preferences.h b/src/preferences.h
index dd3b7916..160d9d9d 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -26,6 +26,7 @@
 #include <glib.h>
 
 void prefs_load(void);
+void prefs_close(void);
 
 char * find_login(char *prefix);
 void reset_login_search(void);