summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-17 09:52:09 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-17 09:52:09 +0800
commit215fb2042a4ec7e80ad4faab7a638a4cd6944802 (patch)
treebae47abce17b50bfb771cb6c033b11eeec0de3b3 /include/proto.h
parent4b2100223f8e50617bd729f5a4050e9129f1710f (diff)
downloadpttbbs-215fb2042a4ec7e80ad4faab7a638a4cd6944802.tar
pttbbs-215fb2042a4ec7e80ad4faab7a638a4cd6944802.tar.gz
pttbbs-215fb2042a4ec7e80ad4faab7a638a4cd6944802.tar.bz2
pttbbs-215fb2042a4ec7e80ad4faab7a638a4cd6944802.tar.lz
pttbbs-215fb2042a4ec7e80ad4faab7a638a4cd6944802.tar.xz
pttbbs-215fb2042a4ec7e80ad4faab7a638a4cd6944802.tar.zst
pttbbs-215fb2042a4ec7e80ad4faab7a638a4cd6944802.zip
Rewrite namecomplete2 using visio API
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4375 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 228ee393..bda24a0d 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -429,7 +429,7 @@ typedef int (*gnc_perm_func)(int);
typedef char* (*gnc_getname_func)(int);
extern void namecomplete2(const struct Vector *namelist, const char *prompt, char *data);
-extern void ShowVector(struct Vector *self, int row, int column, const char *prompt);
+extern int ShowVector(struct Vector *self, int row, int column, const char *prompt, int idx);
extern void ToggleVector(struct Vector *list, int *recipient, const char *listfile, const char *msg);
void usercomplete(const char *prompt, char *data);