diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
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); |