aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/config/command_face.c
blob: d42dc59d91e89f977ee8a55a5f764542e1edadc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "command.h"

/* Parameters */

/* Commands */

// XXX missing add

static const command_parser_t command_face_list = {
    .action = ACTION_LIST,
    .object = OBJECT_FACE,
    .nparams = 0,
};
COMMAND_REGISTER(command_face_list);