aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/libhicnctrl/src/modules/hicn_light/connection.h
blob: 21f3a2fbc0a6ed348a211a0389ea97d0eb603489 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef HICNCTRL_MODULE_HICNLIGHT_CONNECTION_H
#define HICNCTRL_MODULE_HICNLIGHT_CONNECTION_H

#include "../../module.h"

int hc_connection_to_local_listener(const hc_connection_t *connection,
                                    hc_listener_t *listener);

DECLARE_MODULE_OBJECT_OPS_H(hicnlight, connection);

#endif /* HICNCTRL_MODULE_HICNLIGHT_CONNECTION_H */