summaryrefslogtreecommitdiff
path: root/xkbcomp.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-12-11 09:50:55 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-01-03 11:02:11 -0800
commit0493c7216dd39baeb420583be71af095576dbf74 (patch)
tree0d41116a388b4af4bcf821b994eebe62110a7b2c /xkbcomp.h
parent4119707089b5c14f53bd5ff0b86ee7e575ac9316 (diff)
downloadxorg-app-xkbcomp-0493c7216dd39baeb420583be71af095576dbf74.tar.gz
Mark more functions and variables static
Stop exporting things that aren't used outside the file that defines them. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xkbcomp.h')
-rw-r--r--xkbcomp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/xkbcomp.h b/xkbcomp.h
index cd077ca..423a2cf 100644
--- a/xkbcomp.h
+++ b/xkbcomp.h
@@ -110,7 +110,6 @@ typedef struct _ParseCommon
#define CreateKeyNames(x) ((x)->flags&AutoKeyNames)
extern unsigned warningLevel;
-extern unsigned optionalParts;
typedef struct _IncludeStmt
{
@@ -377,14 +376,9 @@ extern Bool CompileSymbols(XkbFile * /* file */ ,
#define WantFullNames (1<<3)
#define ListRecursive (1<<4)
-extern char *rootDir;
extern unsigned verboseLevel;
extern unsigned dirsToStrip;
-extern Bool AddListing(char * /* file */ ,
- char * /* map */
- );
-
extern Bool AddMatchingFiles(char * /* head_in */
);