Unexport xf86EnterServerState

This commit is contained in:
Adam Jackson 2008-10-03 13:29:55 -04:00
parent c1df4fbede
commit 0ca4f3cee7
2 changed files with 1 additions and 2 deletions

View File

@ -1790,7 +1790,7 @@ SetSIGIOForState(xf86State state)
} }
} }
_X_EXPORT void void
xf86EnterServerState(xf86State state) xf86EnterServerState(xf86State state)
{ {
EntityPtr pEnt; EntityPtr pEnt;

View File

@ -326,7 +326,6 @@ _X_HIDDEN void *xfree86LookupTab[] = {
SYMFUNC(xf86CheckPciMemBase) SYMFUNC(xf86CheckPciMemBase)
SYMFUNC(xf86IsEntityPrimary) SYMFUNC(xf86IsEntityPrimary)
SYMFUNC(xf86SetOperatingState) SYMFUNC(xf86SetOperatingState)
SYMFUNC(xf86EnterServerState)
SYMFUNC(xf86ChkConflict) SYMFUNC(xf86ChkConflict)
SYMFUNC(xf86FindScreenForEntity) SYMFUNC(xf86FindScreenForEntity)
SYMFUNC(xf86RegisterStateChangeNotificationCallback) SYMFUNC(xf86RegisterStateChangeNotificationCallback)