diff options
author | Phil Jones <philj56@gmail.com> | 2021-11-06 18:44:27 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2021-11-06 19:02:29 +0000 |
commit | ae23e86114f559ce6d01a3e2499fc5417dc90d37 (patch) | |
tree | c55d7f3c3b131efd50ec2a6f884b48f9ce250c63 /src/compgen.h | |
parent | c28c5249c4d3ba7076e2c6ea598e3ad93a168301 (diff) |
Start conversion to tofi.
Diffstat (limited to 'src/compgen.h')
-rw-r--r-- | src/compgen.h | 8 |
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 */ |