aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/libhicnctrl/src/modules/hicn_light/face.h
blob: 9e1cd48c2ba0bc7b9a1e067725d89ec592da5541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef HICNCTRL_MODULE_HICNLIGHT_FACE
#define HICNCTRL_MODULE_HICNLIGHT_FACE

#include <hicn/ctrl/objects/connection.h>
#include <hicn/ctrl/objects/face.h>

int hc_face_from_connection(const hc_connection_t *connection, hc_face_t *face);

int hc_face_to_connection(const hc_face_t *face, hc_connection_t *connection,
                          bool generate_name);

int hc_face_to_listener(const hc_face_t *face, hc_listener_t *listener);

#endif /* HICNCTRL_MODULES_HICNLIGHT_FACE */