aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/libhicnctrl/src/cli.h
blob: b04448a6ea5b804dc417cccaf75752ff63b1185d (plain)
1
2
3
4
#include <hicn/ctrl.h>

typedef int (*command_function)(hc_sock_t *, hc_command_t *);
extern command_function command_vft[][ACTION_N];