summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
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);