[PATCH:xfs 2/3] Move EventSwapVector from extenst.h to difs.h
Alan Coopersmith
alan.coopersmith at oracle.com
Fri May 23 18:04:10 PDT 2014
Fits in better with other swap vectors there
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
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
More information about the xorg-devel
mailing list