From 0fe78008d234d5f87e09588f5fabb7231882019f Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Fri, 30 Jan 2009 19:27:47 -0200 Subject: Janitor: Ansification of and missing prototypes. This corrects compiler warnings in lib/libXTrap and app/xtrap. --- xtraplibp.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xtraplibp.h') diff --git a/xtraplibp.h b/xtraplibp.h index ff2042e..0c6ced2 100644 --- a/xtraplibp.h +++ b/xtraplibp.h @@ -42,8 +42,12 @@ SOFTWARE. * routines sorted by module (globally defined routines *only*). */ +#include + #include +_XFUNCPROTOBEGIN + /* XEConTxt.c */ XETC *XECreateTC (Display *dpy , CARD32 valuemask , XETCValues *value ); int XEChangeTC (XETC *tc , CARD32 mask , XETCValues *values ); @@ -102,6 +106,7 @@ XtInputMask XETrapAppPending (XtAppContext app); void XETrapAppMainLoop (XtAppContext app , XETC *tc ); int XETrapAppWhileLoop (XtAppContext app , XETC *tc , Bool *done ); int XETrapWaitForSomething (XtAppContext app ); +Boolean (*XETrapGetEventHandler(XETC *tc, CARD32 id))(XETrapDataEvent *event, XETC *tc); Boolean (*XETrapSetEventHandler(XETC *tc, CARD32 id, Boolean (*pfunc)(XETrapDataEvent *event, XETC *tc))) (XETrapDataEvent *event, XETC *tc); /* XEPrInfo.c */ @@ -141,4 +146,6 @@ Bool XETrapQueryExtension (Display *dpy,INT32 *event_base_return, INT32 *error_base_return, INT32 *opcode_return); +_XFUNCPROTOEND + #endif /* __XTRAPLIBP__ */ -- cgit v1.2.3