diff options
Diffstat (limited to 'src/compgen.h')
-rw-r--r-- | src/compgen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compgen.h b/src/compgen.h index b3b54b5..502bcb5 100644 --- a/src/compgen.h +++ b/src/compgen.h @@ -1,8 +1,9 @@ #ifndef COMPGEN_H #define COMPGEN_H +#include "history.h" #include "string_vec.h" -struct string_vec compgen(); +struct string_vec compgen(struct history *history); #endif /* COMPGEN_H */ |