summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 0c990e82..8dc9e27f 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -417,6 +417,7 @@ typedef char* (*gnc_getname_func)(int);
extern void NameList_init(struct NameList *self);
extern void NameList_delete(struct NameList *self);
extern void NameList_clear(struct NameList *self);
+extern void NameList_resizefor(struct NameList *self, int size);
extern void NameList_add(struct NameList *self, const char *name);
extern void namecomplete2(struct NameList *namelist, const char *prompt, char *data);