summaryrefslogtreecommitdiff
path: root/xkbprint.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:12 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:49:12 +0000
commit884711e0a1f677e6f3a69b0a16d5fac76f97babb (patch)
treead3ab92630460a74344862adb98b5e2277711a4f /xkbprint.h
parent5c4a6e1092c1daa5423deae11396d6c454bbced0 (diff)
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
Diffstat (limited to 'xkbprint.h')
-rw-r--r--xkbprint.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/xkbprint.h b/xkbprint.h
index d0e7dd6..32b09ab 100644
--- a/xkbprint.h
+++ b/xkbprint.h
@@ -27,6 +27,7 @@
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
+/* $XFree86: xc/programs/xkbprint/xkbprint.h,v 1.2 2003/11/17 22:20:53 dawes Exp $ */
#define LABEL_AUTO -1
#define LABEL_NONE 0
@@ -58,19 +59,15 @@ typedef struct _XKBPrintArgs {
extern Bool
DumpInternalFont(
-#if NeedFunctionPrototypes
FILE * /* out */,
char * /* fontName */
-#endif
);
extern Bool
GeometryToPostScript(
-#if NeedFunctionPrototypes
FILE * /* out */,
XkbFileInfo * /* result */,
XKBPrintArgs * /* args */
-#endif
);
#endif /* _XKBPRINT_H_ */