diff options
Diffstat (limited to 'include/extentst.h')
-rw-r--r-- | include/extentst.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/extentst.h b/include/extentst.h index 56cb17b..3249c73 100644 --- a/include/extentst.h +++ b/include/extentst.h @@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group. * @(#)extentst.h 4.1 91/05/02 * */ -/* $XFree86: xc/programs/xfs/include/extentst.h,v 1.6 2001/12/14 20:01:38 dawes Exp $ */ +/* $XFree86: xc/programs/xfs/include/extentst.h,v 1.7 2003/07/16 01:39:17 dawes Exp $ */ #ifndef _EXTENTST_H_ #define _EXTENTST_H_ @@ -70,7 +70,7 @@ typedef struct _ExtensionEntry { extern void (*EventSwapVector[]) (fsError *, fsError *); #if 0 -typedef void (*ExtensionLookupProc) (); +typedef void (*ExtensionLookupProc) (char *name, GCPtr pGC); typedef struct _ProcEntry { char *name; @@ -78,7 +78,7 @@ typedef struct _ProcEntry { } ProcEntryRec, *ProcEntryPtr; extern ExtensionEntry *AddExtension(); -extern ExtensionLookupProc LookupProc(); +extern ExtensionLookupProc LookupProc(char *name, GCPtr pGC); extern Bool RegisterProc(); #endif |