From a070b0de9f9e9cbca150eea4eda74757ca588bed Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Wed, 23 Sep 2020 17:50:52 +0200 Subject: [HICN-645] Control plane (WIP) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4be6a40b690b62f22f57de6d8c10b01a1be42a6d Signed-off-by: Jordan Augé Signed-off-by: Enrico Loparco (eloparco) Signed-off-by: Mauro Sardara --- hicn-light/src/hicn/config/parse.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hicn-light/src/hicn/config/parse.h (limited to 'hicn-light/src/hicn/config/parse.h') 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 */ -- cgit 1.2.3-korg