summaryrefslogtreecommitdiff
path: root/src/twm.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-31 22:54:01 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-31 22:54:01 -0700
commitce4e11143f982234be1076e384b31228f1cc84ae (patch)
treeaf718100e164c7f87ea7412d453aedf33162b591 /src/twm.h
parent8a3d3a58350506a99efd24f9856466a99bbb9c51 (diff)
Make more functions static that aren't called from other files
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/twm.h')
-rw-r--r--src/twm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/twm.h b/src/twm.h
index aa5f16d..8fe2555 100644
--- a/src/twm.h
+++ b/src/twm.h
@@ -341,7 +341,6 @@ typedef struct TWMWinConfigEntry
#include <X11/Xosdefs.h>
#include <stdlib.h>
-extern void InitVariables ( void );
extern void CreateFonts ( void );
extern void RestoreWithdrawnLocation ( TwmWindow *tmp );
extern void Reborder( Time time);
@@ -403,9 +402,6 @@ extern void twmrc_error_prefix ( void );
extern int yyparse ( void );
extern int yylex ( void );
-extern void yyerror ( const char *s );
-extern int doinput ( char *buf, int size );
-extern void RemoveDQuote ( char *str );
extern Atom TwmAtoms[];