From: ewt Date: Thu, 9 Mar 2000 14:51:12 +0000 (+0000) Subject: added static modifier X-Git-Tag: r0-50-9~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59f42e91f95a1150a952ebdbe21570575a6e1712;p=thirdparty%2Fnewt.git added static modifier --- diff --git a/dialogboxes.c b/dialogboxes.c index ac5453d..4144009 100644 --- a/dialogboxes.c +++ b/dialogboxes.c @@ -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,