aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/config/commandOps.c
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/config/commandOps.c')
-rw-r--r--hicn-light/src/hicn/config/commandOps.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hicn-light/src/hicn/config/commandOps.c b/hicn-light/src/hicn/config/commandOps.c
index fa2dc7a7d..dd8e148d0 100644
--- a/hicn-light/src/hicn/config/commandOps.c
+++ b/hicn-light/src/hicn/config/commandOps.c
@@ -40,7 +40,9 @@ CommandOps *commandOps_Create(void *closure, const char *command,
CommandOps *ops),
CommandReturn (*execute)(CommandParser *parser,
CommandOps *ops,
- PARCList *args),
+ PARCList *args,
+ char *output,
+ size_t output_size),
void (*destroyer)(CommandOps **opsPtr)) {
parcAssertNotNull(command, "Parameter command must be non-null");
parcAssertNotNull(execute, "Parameter execute must be non-null");