diff options
Diffstat (limited to 'ctrl/libhicnctrl/src/cli.h')
-rw-r--r-- | ctrl/libhicnctrl/src/cli.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ctrl/libhicnctrl/src/cli.h b/ctrl/libhicnctrl/src/cli.h new file mode 100644 index 000000000..b04448a6e --- /dev/null +++ b/ctrl/libhicnctrl/src/cli.h @@ -0,0 +1,4 @@ +#include <hicn/ctrl.h> + +typedef int (*command_function)(hc_sock_t *, hc_command_t *); +extern command_function command_vft[][ACTION_N]; |