diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-17 16:49:34 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-01-17 16:49:34 +0800 |
commit | 24d97665ec13a9187d5a32155b5dc4b226514859 (patch) | |
tree | ed1dac02a4d3d7f63844bf3e5d3c6a5bf8874ee5 /include/proto.h | |
parent | 13692407ca4d01bfbc84f56c5e424d1b48847c2b (diff) | |
download | pttbbs-24d97665ec13a9187d5a32155b5dc4b226514859.tar pttbbs-24d97665ec13a9187d5a32155b5dc4b226514859.tar.gz pttbbs-24d97665ec13a9187d5a32155b5dc4b226514859.tar.bz2 pttbbs-24d97665ec13a9187d5a32155b5dc4b226514859.tar.lz pttbbs-24d97665ec13a9187d5a32155b5dc4b226514859.tar.xz pttbbs-24d97665ec13a9187d5a32155b5dc4b226514859.tar.zst pttbbs-24d97665ec13a9187d5a32155b5dc4b226514859.zip |
free namelist after using immediately
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@624 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-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 a844e483..708353c8 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.34 2003/01/16 14:38:35 kcwu Exp $ */ +/* $Id: proto.h,v 1.35 2003/01/17 08:49:34 kcwu Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -314,6 +314,7 @@ int more(char *fpath, int promptend); void usercomplete(char *prompt, char *data); void namecomplete(char *prompt, char *data); void AddNameList(char *name); +void FreeNameList(); void CreateNameList(); int chkstr(char *otag, char *tag, char *name); int InNameList(char *name); |