diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-11 00:15:50 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-11 00:15:50 +0800 |
commit | 8b5ca7e36cb6925e19ff6b755ac61bcdfc1dc6a7 (patch) | |
tree | 3425deda45fb10c5ade794c5b2fae06b9f5d54ef /include | |
parent | 71f183618cb4749da44fa29b4c7f255486975a30 (diff) | |
download | pttbbs-8b5ca7e36cb6925e19ff6b755ac61bcdfc1dc6a7.tar pttbbs-8b5ca7e36cb6925e19ff6b755ac61bcdfc1dc6a7.tar.gz pttbbs-8b5ca7e36cb6925e19ff6b755ac61bcdfc1dc6a7.tar.bz2 pttbbs-8b5ca7e36cb6925e19ff6b755ac61bcdfc1dc6a7.tar.lz pttbbs-8b5ca7e36cb6925e19ff6b755ac61bcdfc1dc6a7.tar.xz pttbbs-8b5ca7e36cb6925e19ff6b755ac61bcdfc1dc6a7.tar.zst pttbbs-8b5ca7e36cb6925e19ff6b755ac61bcdfc1dc6a7.zip |
safe-memory all board complete
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@158 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 70c40fe1..a65293f4 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.11 2002/05/08 14:11:26 lwms Exp $ */ +/* $Id: proto.h,v 1.12 2002/05/10 16:15:47 in2 Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -295,6 +295,7 @@ int InNameList(char *name); void ShowNameList(int row, int column, char *prompt); int RemoveNameList(char *name); void ToggleNameList(int *reciper, char *listfile, char *msg); +void allboardcomplete(char *prompt, char *data, int len); /* osdep */ int cpuload(char *str); |