From 4376bcc1b089920ea454fd773fb35d79dd8a5f14 Mon Sep 17 00:00:00 2001 From: Alexander Huemer Date: Tue, 6 Sep 2011 00:09:48 +0200 Subject: fix some "implicit declaration" warnings in osmo-nitb --- openbsc/include/openbsc/control_if.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 openbsc/include/openbsc/control_if.h (limited to 'openbsc/include') diff --git a/openbsc/include/openbsc/control_if.h b/openbsc/include/openbsc/control_if.h new file mode 100644 index 00000000..96fbf6bf --- /dev/null +++ b/openbsc/include/openbsc/control_if.h @@ -0,0 +1,13 @@ +#ifndef _CONTROL_IF_H +#define _CONTROL_IF_H + +#include +#include +#include + +int ctrl_cmd_send(struct osmo_wqueue *queue, struct ctrl_cmd *cmd); +int ctrl_cmd_handle(struct ctrl_cmd *cmd, void *data); +int controlif_setup(struct gsm_network *gsmnet, uint16_t port); + +#endif /* _CONTROL_IF_H */ + -- cgit v1.2.3