mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
fix up EnableDisableExtension() and EnableDisableExtensionError() prototypes
This commit is contained in:
parent
c405659626
commit
9fa73721f0
3 changed files with 6 additions and 7 deletions
|
|
@ -56,6 +56,10 @@ extern unsigned short StandardMinorOpcode(ClientPtr /*client*/);
|
|||
|
||||
extern unsigned short MinorOpcodeOfRequest(ClientPtr /*client*/);
|
||||
|
||||
extern Bool EnableDisableExtension(char *name, Bool enable);
|
||||
|
||||
extern void EnableDisableExtensionError(char *name, Bool enable);
|
||||
|
||||
extern void InitExtensions(int argc, char **argv);
|
||||
|
||||
extern void InitVisualWrap(void);
|
||||
|
|
|
|||
Loading…
Reference in a new issue