From 9fa73721f0c3df73e508da909a5665f47a54cb57 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 8 Jun 2006 10:27:28 -0700 Subject: fix up EnableDisableExtension() and EnableDisableExtensionError() prototypes --- os/utils.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'os') diff --git a/os/utils.c b/os/utils.c index 8655c3e49..43c6365a4 100644 --- a/os/utils.c +++ b/os/utils.c @@ -72,6 +72,7 @@ OR PERFORMANCE OF THIS SOFTWARE. #include "input.h" #include "dixfont.h" #include "osdep.h" +#include "extension.h" #ifdef X_POSIX_C_SOURCE #define _POSIX_C_SOURCE X_POSIX_C_SOURCE #include @@ -287,10 +288,6 @@ int userdefinedfontpath = 0; char *dev_tty_from_init = NULL; /* since we need to parse it anyway */ -/* Extension enable/disable in miinitext.c */ -extern Bool EnableDisableExtension(char *name, Bool enable); -extern void EnableDisableExtensionError(char *name, Bool enable); - OsSigHandlerPtr OsSignal(sig, handler) int sig; -- cgit v1.2.3