diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-09-12 20:05:55 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-09-12 20:05:55 -0700 |
| commit | 877526b5df3c73310f1029e56c9dff1c0374c7a2 (patch) | |
| tree | 856a93dc8d372e66ca240c50cc5fb0e4e0c84ca1 /utils.h | |
| parent | c18eb4c9968289c4808d70f7124c0b6bed5eb022 (diff) | |
Fixes for CLI flags
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ #define debug(...) do { if (verbose) fprintf(stderr, __VA_ARGS__); } while(0) char *readfile(int fd); +void freefile(char *f); char unescapechar(const char *escaped, const char **end); const char *after_name(const char *str); const char *after_spaces(const char *str); |
