aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-07-16 14:31:06 +0200
committeraxtloss <axtlos@getcryst.al>2024-07-16 14:31:06 +0200
commitf3c44d7cedc377a35f44bed5d5e11f150fcdaa51 (patch)
tree830573139be08969c177f4e5e99207bfa5c41826 /src/config.h
parentb95e05b65d69af3f23513c4af9e50c9af326b43f (diff)
downloadrunc-f3c44d7cedc377a35f44bed5d5e11f150fcdaa51.tar.gz
runc-f3c44d7cedc377a35f44bed5d5e11f150fcdaa51.tar.bz2
Allow specifying extra arguments from command
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.h b/src/config.h
index 250e3f3..a89fa84 100644
--- a/src/config.h
+++ b/src/config.h
@@ -19,11 +19,11 @@
#include <stdlib.h>
struct compile_cmd_t {
- char *cmd;
- char *args;
- char *fileext;
+ char *cmd;
+ char *args;
+ char *fileext;
};
void compile_cmd_free (struct compile_cmd_t *self);
-size_t get_commands(struct compile_cmd_t ***ccmds_glob);
+size_t get_commands (struct compile_cmd_t ***ccmds_glob);