summaryrefslogtreecommitdiff
path: root/src/compgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compgen.h')
-rw-r--r--src/compgen.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/compgen.h b/src/compgen.h
new file mode 100644
index 0000000..b3b54b5
--- /dev/null
+++ b/src/compgen.h
@@ -0,0 +1,8 @@
+#ifndef COMPGEN_H
+#define COMPGEN_H
+
+#include "string_vec.h"
+
+struct string_vec compgen();
+
+#endif /* COMPGEN_H */