summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/proto.h b/include/proto.h
index c2cc0a67..5cad7c9d 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -428,11 +428,6 @@ typedef int (*gnc_comp_func)(int, const char*, int);
typedef int (*gnc_perm_func)(int);
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);
void usercomplete(const char *prompt, char *data);