summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-15 22:51:45 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-06-15 22:51:45 +0800
commit812510403b36b7dd967bbf37d3f0b0b54cf9b188 (patch)
tree72e68a6f3151d17a54b1b2501b68ee149e71f00e /include/proto.h
parentd2619aa396af53702b780fa8bfd34a78abc0edc6 (diff)
downloadpttbbs-812510403b36b7dd967bbf37d3f0b0b54cf9b188.tar
pttbbs-812510403b36b7dd967bbf37d3f0b0b54cf9b188.tar.gz
pttbbs-812510403b36b7dd967bbf37d3f0b0b54cf9b188.tar.bz2
pttbbs-812510403b36b7dd967bbf37d3f0b0b54cf9b188.tar.lz
pttbbs-812510403b36b7dd967bbf37d3f0b0b54cf9b188.tar.xz
pttbbs-812510403b36b7dd967bbf37d3f0b0b54cf9b188.tar.zst
pttbbs-812510403b36b7dd967bbf37d3f0b0b54cf9b188.zip
Use general Vector_*.
include/proto.h in last commit should be in this one :( git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4359 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 5cad7c9d..a38579fd 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -428,7 +428,7 @@ typedef int (*gnc_comp_func)(int, const char*, int);
typedef int (*gnc_perm_func)(int);
typedef char* (*gnc_getname_func)(int);
-extern void namecomplete2(struct NameList *namelist, const char *prompt, char *data);
+extern void namecomplete2(struct Vector *namelist, const char *prompt, char *data);
void usercomplete(const char *prompt, char *data);
void namecomplete(const char *prompt, char *data);