]> git.deb.at Git - pkg/abook.git/blobdiff - ui.c
- declare more variables as static
[pkg/abook.git] / ui.c
diff --git a/ui.c b/ui.c
index 3098b553435a4dd7ab1e14001b763a152080d1fb..27aa91f12f35edc1cc828c92188b1a83446d312b 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -51,12 +51,12 @@ extern bool alternative_datafile;
  * internal variables
  */
 
-bool ui_initialized = FALSE;
+static bool ui_initialized = FALSE;
 
-bool should_resize = FALSE;
-bool can_resize = FALSE;
+static bool should_resize = FALSE;
+static bool can_resize = FALSE;
 
-WINDOW *top = NULL, *bottom = NULL;
+static WINDOW *top = NULL, *bottom = NULL;
 
 
 static void