From d8db92c578d7fcd81148ef5b977f5d2480a56cde Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 21 Aug 2014 14:32:26 +0200 Subject: libctrl: remove bsc-specific declaration this was moved by accident when importing the code from openbsc. --- include/osmocom/ctrl/control_if.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/osmocom') diff --git a/include/osmocom/ctrl/control_if.h b/include/osmocom/ctrl/control_if.h index 9ab3b2a4..76f825e5 100644 --- a/include/osmocom/ctrl/control_if.h +++ b/include/osmocom/ctrl/control_if.h @@ -23,7 +23,6 @@ struct ctrl_handle { int ctrl_cmd_send(struct osmo_wqueue *queue, struct ctrl_cmd *cmd); struct ctrl_handle *controlif_setup(struct gsm_network *, uint16_t port, ctrl_cmd_handler handler); -struct ctrl_handle *bsc_controlif_setup(struct gsm_network *gsmnet, uint16_t port); int bsc_ctrl_cmd_handle(struct ctrl_cmd *cmd, void *data); -- cgit v1.2.3