summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-22 23:11:48 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-22 23:11:48 -0700
commit9ca90f04e43545dd0ab4f2f580e1c7a32139936d (patch)
tree6bfb8d3871a538e9732c9c1853be2e11b46a6542
parent03bf9d280c88b15161defd305ab06920bacb26a9 (diff)
Move EventSwapVector from extenst.h to difs.h
Fits in better with other swap vectors there Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--include/difs.h1
-rw-r--r--include/extentst.h2
2 files changed, 1 insertions, 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);