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 680a2b9c..228ee393 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 Vector *namelist, const char *prompt, char *data);
+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 void ToggleVector(struct Vector *list, int *recipient, const char *listfile, const char *msg);