- Add missing prototype
authorStefan Ginsberg <stefanginsberg@gmail.com>
Sun, 30 Aug 2009 18:25:38 +0000 (18:25 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Sun, 30 Aug 2009 18:25:38 +0000 (18:25 +0000)
svn path=/trunk/; revision=42972

reactos/base/services/telnetd/serviceentry.c
reactos/base/services/telnetd/telnetd.rbuild

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};
index 3f62204..d282458 100644 (file)
@@ -1,4 +1,4 @@
-<module name="telnetd" type="win32cui" installbase="system32" installname="telnetd.exe" allowwarnings="true" unicode="no">
+<module name="telnetd" type="win32cui" installbase="system32" installname="telnetd.exe" unicode="no">
        <include base="reactos"></include>
        <include base="telnetd">..</include>
 
        <include base="reactos"></include>
        <include base="telnetd">..</include>