mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-01-28 01:27:16 +01:00
5 lines
153 B
C
5 lines
153 B
C
#ifndef CWMP_EVENT_H
|
|
#define CWMP_EVENT_H
|
|
#include "event.h"
|
|
struct event_container *cwmp_add_event_container(int event_code, char *command_key);
|
|
#endif
|