summaryrefslogtreecommitdiff
path: root/alias.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:22 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:22 +0000
commit287ac4c6af61d8f9f95cd3b3219c979e1329a2fe (patch)
tree8e4ea351343b9404a9724600e98d417794c14c4b /alias.h
parent262961d88faf67f69f4630acb8234a4f2c5a6e80 (diff)
downloadxorg-app-xkbcomp-287ac4c6af61d8f9f95cd3b3219c979e1329a2fe.tar.gz
Diffstat (limited to 'alias.h')
-rw-r--r--alias.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/alias.h b/alias.h
index 7c76083..b1a1905 100644
--- a/alias.h
+++ b/alias.h
@@ -24,6 +24,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
+/* $XFree86: xc/programs/xkbcomp/alias.h,v 1.3 2002/07/01 02:26:01 tsi Exp $ */
#ifndef ALIAS_H
#define ALIAS_H 1
@@ -35,34 +36,26 @@ typedef struct _AliasInfo {
} AliasInfo;
extern int HandleAliasDef(
-#if NeedFunctionPrototypes
KeyAliasDef * /* def */,
unsigned /* merge */,
unsigned /* file_id */,
AliasInfo ** /* info */
-#endif
);
extern void ClearAliases(
-#if NeedFunctionPrototypes
AliasInfo ** /* info */
-#endif
);
extern Bool MergeAliases(
-#if NeedFunctionPrototypes
AliasInfo ** /* into */,
AliasInfo ** /* merge */,
unsigned /* how_merge */
-#endif
);
extern int ApplyAliases(
-#if NeedFunctionPrototypes
XkbDescPtr /* xkb */,
Bool /* toGeom */,
AliasInfo ** /* info */
-#endif
);
#endif /* ALIAS_H */