- Add missing prototype
[reactos.git] / reactos / base / services / telnetd / serviceentry.c
index ee17e2a..16e36ab 100644 (file)
@@ -21,6 +21,8 @@
 #include <windows.h>
 #include "wine/debug.h"
 
 #include <windows.h>
 #include "wine/debug.h"
 
+int kickoff_telnetd(void);
+
 WINE_DEFAULT_DEBUG_CHANNEL(telnetd);
 
 static WCHAR telnetdW[] = {'t','e','l','n','e','t','d',0};
 WINE_DEFAULT_DEBUG_CHANNEL(telnetd);
 
 static WCHAR telnetdW[] = {'t','e','l','n','e','t','d',0};