summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-11 03:34:51 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-11 03:34:51 +0800
commit2dfc361a325dd07137c7b524f3d472d3d14cda81 (patch)
treefcef381874281fbffb3a85b58d7476ed7604ea27 /include
parent8b5ca7e36cb6925e19ff6b755ac61bcdfc1dc6a7 (diff)
downloadpttbbs-2dfc361a325dd07137c7b524f3d472d3d14cda81.tar
pttbbs-2dfc361a325dd07137c7b524f3d472d3d14cda81.tar.gz
pttbbs-2dfc361a325dd07137c7b524f3d472d3d14cda81.tar.bz2
pttbbs-2dfc361a325dd07137c7b524f3d472d3d14cda81.tar.lz
pttbbs-2dfc361a325dd07137c7b524f3d472d3d14cda81.tar.xz
pttbbs-2dfc361a325dd07137c7b524f3d472d3d14cda81.tar.zst
pttbbs-2dfc361a325dd07137c7b524f3d472d3d14cda81.zip
general namecomplete
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@159 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index a65293f4..52de7513 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.12 2002/05/10 16:15:47 in2 Exp $ */
+/* $Id: proto.h,v 1.13 2002/05/10 19:34:50 in2 Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -296,6 +296,12 @@ 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);
+void generalnamecomplete(char *prompt, char *data, int len, size_t nmemb,
+ int (*compar)(int, char *, int),
+ int (*permission)(int), char* (*getname)(int));
+int completeboard_compar(int where, char *str, int len);
+int completeboard_permission(int where);
+char *completeboard_getname(int where);
/* osdep */
int cpuload(char *str);