aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/config/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/config/parse.h')
-rw-r--r--hicn-light/src/hicn/config/parse.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hicn-light/src/hicn/config/parse.h b/hicn-light/src/hicn/config/parse.h
new file mode 100644
index 000000000..4c3bacd9a
--- /dev/null
+++ b/hicn-light/src/hicn/config/parse.h
@@ -0,0 +1,6 @@
+#ifndef HICNLIGHT_PARSE_CMD
+#define HICNLIGHT_PARSE_CMD
+
+int parse(const char * cmd, hc_command_t * command);
+
+#endif /* HICNLIGHT_PARSE_CMD */