summaryrefslogtreecommitdiff
path: root/xkbprint.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:14 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:29:14 +0000
commit53c425e61c058fa586040dda56728906025989e8 (patch)
treead3ab92630460a74344862adb98b5e2277711a4f /xkbprint.h
parent1952210eda8c22ca34704894290e9a39ee96ecb4 (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
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_ */