summaryrefslogtreecommitdiffstats
path: root/innbbsd/externs.h
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-12 09:41:37 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-12 09:41:37 +0800
commitc78306e4c3f9d42acd182362bbbb5e13a06b840b (patch)
tree0770de63fca105138264c1d2d0673c384a30f5fb /innbbsd/externs.h
parent6610078a22d58184eb6deba40a67dda742954fbe (diff)
downloadpttbbs-c78306e4c3f9d42acd182362bbbb5e13a06b840b.tar
pttbbs-c78306e4c3f9d42acd182362bbbb5e13a06b840b.tar.gz
pttbbs-c78306e4c3f9d42acd182362bbbb5e13a06b840b.tar.bz2
pttbbs-c78306e4c3f9d42acd182362bbbb5e13a06b840b.tar.lz
pttbbs-c78306e4c3f9d42acd182362bbbb5e13a06b840b.tar.xz
pttbbs-c78306e4c3f9d42acd182362bbbb5e13a06b840b.tar.zst
pttbbs-c78306e4c3f9d42acd182362bbbb5e13a06b840b.zip
fix wrong prototype. thanks rafan
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3027 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/externs.h')
-rw-r--r--innbbsd/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/innbbsd/externs.h b/innbbsd/externs.h
index 67edb8d1..7fe63b71 100644
--- a/innbbsd/externs.h
+++ b/innbbsd/externs.h
@@ -73,7 +73,7 @@ void setverboseoff(void);
void setverboseon(void);
char *DBfetch(char *);
int storeDB(char *, char *);
-int readlines(ClientType *);
+void readlines(ClientType *);
int receive_control(void);
int receive_nocem(void);
void clearfdset(int);