diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2012-10-16 21:08:52 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2012-11-05 13:25:07 -0600 |
commit | 20cf7918ed954a932a4cc404b3d0c4ca87a6ae16 (patch) | |
tree | 4894e2b5d2c7e397484a24078d72cf1538b2b05c /Xext/xres.c | |
parent | 89447e1b50d2fb0e046102664045d1f9d4efc542 (diff) |
Xext: fix redundant redeclaration warnings
panoramiX.c:595:13: warning: redundant redeclaration of 'CreateConnectionBlock'
../include/dix.h:167:23: note: previous declaration of 'CreateConnectionBlock' was here
xres.c:193:13: warning: redundant redeclaration of 'ResExtensionInit'
../include/extinit.h:109:13: note: previous declaration of 'ResExtensionInit'
xtest.c:60:12: warning: redundant redeclaration of 'DeviceValuator'
../Xi/exglobals.h:61:12: note: previous declaration of 'DeviceValuator' was here
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Xext/xres.c')
-rw-r--r-- | Xext/xres.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xext/xres.c b/Xext/xres.c index 7d21ad7e9..445abcab8 100644 --- a/Xext/xres.c +++ b/Xext/xres.c @@ -190,8 +190,6 @@ DestroyConstructResourceBytesCtx(ConstructResourceBytesCtx *ctx) ht_destroy(ctx->visitedResources); } -extern void ResExtensionInit(void); - static int ProcXResQueryVersion(ClientPtr client) { |