summaryrefslogtreecommitdiff
path: root/MITMisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'MITMisc.h')
-rw-r--r--MITMisc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/MITMisc.h b/MITMisc.h
index 2e87bff..975700e 100644
--- a/MITMisc.h
+++ b/MITMisc.h
@@ -45,24 +45,18 @@ in this Software without prior written authorization from The Open Group.
_XFUNCPROTOBEGIN
Bool XMITMiscQueryExtension(
-#if NeedFunctionPrototypes
Display* /* dpy */,
int* /* event_basep */,
int* /* error_basep */
-#endif
);
Status XMITMiscSetBugMode(
-#if NeedFunctionPrototypes
Display* /* dpy */,
Bool /* onOff */
-#endif
);
Bool XMITMiscGetBugMode(
-#if NeedFunctionPrototypes
Display* /* dpy */
-#endif
);
_XFUNCPROTOEND