From 812510403b36b7dd967bbf37d3f0b0b54cf9b188 Mon Sep 17 00:00:00 2001 From: wens Date: Sun, 15 Jun 2008 14:51:45 +0000 Subject: 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 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3