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