]> git.sur5r.net Git - openldap/commitdiff
Hide WINAPI entry points from slapd/symdummy
authorHoward Chu <hyc@openldap.org>
Sat, 17 Jul 2004 17:46:54 +0000 (17:46 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 17 Jul 2004 17:46:54 +0000 (17:46 +0000)
libraries/liblutil/ntservice.c

index af0581e35ca04e56a49c4c615ddd0e3d13630c6f..e049c74a6577248e9f98b4c41f2dbdd3142f3c27 100644 (file)
@@ -300,7 +300,7 @@ static void *stop_status_routine( void *ptr )
 
 
 
-void WINAPI lutil_ServiceCtrlHandler( IN DWORD Opcode)
+static void WINAPI lutil_ServiceCtrlHandler( IN DWORD Opcode)
 {
        switch (Opcode)
        {