aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/config/parse.h
blob: 4c3bacd9a58b4872ee80c66cf06a52a69ca63a11 (plain)
1
2
3
4
5
6
#ifndef HICNLIGHT_PARSE_CMD
#define HICNLIGHT_PARSE_CMD

int parse(const char * cmd, hc_command_t * command);

#endif /* HICNLIGHT_PARSE_CMD */