summaryrefslogtreecommitdiff
path: root/src/compgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compgen.h')
-rw-r--r--src/compgen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compgen.h b/src/compgen.h
index 502bcb5..c79f548 100644
--- a/src/compgen.h
+++ b/src/compgen.h
@@ -4,6 +4,7 @@
#include "history.h"
#include "string_vec.h"
-struct string_vec compgen(struct history *history);
+struct string_vec compgen(void);
+void compgen_history_sort(struct string_vec *programs, struct history *history);
#endif /* COMPGEN_H */