Use C linkage for kgets(). Should fix hangman.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23517 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-01-14 13:08:43 +00:00
parent 945a060042
commit ea144d4b8b
+1 -1
View File
@@ -36,7 +36,7 @@
#include <syslog.h>
int kgets(char *buffer, int length);
extern "C" int kgets(char *buffer, int length);
typedef struct debugger_command {
struct debugger_command *next;