From ce4e11143f982234be1076e384b31228f1cc84ae Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 31 Jul 2013 22:54:01 -0700 Subject: Make more functions static that aren't called from other files Signed-off-by: Alan Coopersmith --- src/twm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/twm.c') diff --git a/src/twm.c b/src/twm.c index 12f8ca1..112bdeb 100644 --- a/src/twm.c +++ b/src/twm.c @@ -86,6 +86,8 @@ in this Software without prior written authorization from The Open Group. #include #endif /* XPRINT */ +static void InitVariables ( void ); + XtAppContext appContext; /* Xt application context */ XtSignalId si; @@ -682,7 +684,7 @@ main(int argc, char *argv[]) /** * initialize twm variables */ -void +static void InitVariables(void) { FreeList(&Scr->BorderColorL); -- cgit v1.2.3