diff options
Diffstat (limited to '')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index f73d2b3..f0dd7f1 100644 --- a/src/config.h +++ b/src/config.h @@ -5,4 +5,6 @@ struct compile_cmd_t { char *fileext; }; +void compile_cmd_free (struct compile_cmd_t *self); + size_t get_commands(struct compile_cmd_t ***ccmds_glob); |