Fits in better with other swap vectors there Signed-off-by: Alan Coopersmith <[email protected]> --- include/difs.h | 1 + include/extentst.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/difs.h b/include/difs.h index aed0cd6..d92f74b 100644 --- a/include/difs.h +++ b/include/difs.h @@ -39,6 +39,7 @@ typedef void (*ReplySwapFunc)(ClientPtr, int, void *); extern InitialFunc InitialVector[3]; extern ReplySwapFunc ReplySwapVector[NUM_PROC_VECTORS]; +extern EventSwapFunc EventSwapVector[NUM_EVENT_VECTORS]; /* FIXME: this is derived from fontstruct.h; should integrate it */ diff --git a/include/extentst.h b/include/extentst.h index e21f8cb..fbf0031 100644 --- a/include/extentst.h +++ b/include/extentst.h @@ -48,8 +48,6 @@ in this Software without prior written authorization from The Open Group. #ifndef _EXTENTST_H_ #define _EXTENTST_H_ -extern void (*EventSwapVector[]) (fsError *, fsError *); - extern int ProcListExtensions(ClientPtr client); extern int ProcQueryExtension(ClientPtr client); -- 1.7.9.2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
