diff options
author | axtloss <axtlos@getcryst.al> | 2024-07-09 22:41:37 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-07-09 22:41:37 +0200 |
commit | d050d9d43dc3a147c999b929ffa2fd198b71ff89 (patch) | |
tree | 4ba543ede5684fa0c92f6ab99807ced6bd040d04 /src/config.h | |
parent | a6df31b2db6749ddcb0ae13e72fbcdcfa57a932d (diff) | |
download | runc-d050d9d43dc3a147c999b929ffa2fd198b71ff89.tar.gz runc-d050d9d43dc3a147c999b929ffa2fd198b71ff89.tar.bz2 |
Add example configs and clean code
Diffstat (limited to 'src/config.h')
-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); |