]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
added static modifier
authorewt <ewt>
Thu, 9 Mar 2000 14:51:12 +0000 (14:51 +0000)
committerewt <ewt>
Thu, 9 Mar 2000 14:51:12 +0000 (14:51 +0000)
dialogboxes.c

index ac5453da2dd683b40cb28f37d6fb50f2278adb83..41440094a570b2e1aa3697442cc598562a942913 100644 (file)
@@ -11,8 +11,8 @@
 #include "popt.h"
 
 /* globals -- ick */
-int buttonHeight = 1;
-newtComponent (*makeButton)(int left, int right, const char * text) = 
+static int buttonHeight = 1;
+static newtComponent (*makeButton)(int left, int right, const char * text) = 
                newtCompactButton;
 
 static void addButtons(int height, int width, newtComponent form,