]> git.deb.at Git - pkg/abook.git/blobdiff - ui.h
Fix launch functions to preserve curses settings
[pkg/abook.git] / ui.h
diff --git a/ui.h b/ui.h
index 0444e69f06c9eebd27ca0871e0812b5bd2783448..e312abd1d294bf813c8aab76940e236c4aea0f4f 100644 (file)
--- a/ui.h
+++ b/ui.h
@@ -9,6 +9,7 @@ enum {
 };
 
 int            is_ui_initialized();
+void           ui_init_curses();
 int            init_ui();
 void           close_ui();
 void           headerline(char *str);