summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-16 12:58:37 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-16 12:58:37 +0800
commitc4456f1c3aa1f21235559aef7b38820a75cde7a9 (patch)
tree4abdb069264de3b228fbf1bbf77857f79622f454 /include/proto.h
parenta9d1a59dae2fe2a7997f7d5bf9eea7fe57dba66a (diff)
downloadpttbbs-c4456f1c3aa1f21235559aef7b38820a75cde7a9.tar
pttbbs-c4456f1c3aa1f21235559aef7b38820a75cde7a9.tar.gz
pttbbs-c4456f1c3aa1f21235559aef7b38820a75cde7a9.tar.bz2
pttbbs-c4456f1c3aa1f21235559aef7b38820a75cde7a9.tar.lz
pttbbs-c4456f1c3aa1f21235559aef7b38820a75cde7a9.tar.xz
pttbbs-c4456f1c3aa1f21235559aef7b38820a75cde7a9.tar.zst
pttbbs-c4456f1c3aa1f21235559aef7b38820a75cde7a9.zip
ToggleNameList like function for Vector
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4361 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index a38579fd..eb303221 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -429,6 +429,8 @@ typedef int (*gnc_perm_func)(int);
typedef char* (*gnc_getname_func)(int);
extern void namecomplete2(struct Vector *namelist, const char *prompt, char *data);
+extern void ShowVector(struct Vector *self, int row, int column, const char *prompt);
+extern void ToggleVector(struct Vector *list, int *recipient, const char *listfile, const char *msg);
void usercomplete(const char *prompt, char *data);
void namecomplete(const char *prompt, char *data);