mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
- Add missing prototype
svn path=/trunk/; revision=42972
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
#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};
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user