diff options
author | Harald Welte <laforge@gnumonks.org> | 2014-08-21 14:32:26 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2014-08-21 15:34:18 +0200 |
commit | d8db92c578d7fcd81148ef5b977f5d2480a56cde (patch) | |
tree | 237f2a786e2b956e5ee0842bcb3ceada27270e1e /include/osmocom/ctrl | |
parent | acbb4c91b63ed3cb68c20c4564db5439654e6de5 (diff) |
libctrl: remove bsc-specific declaration
this was moved by accident when importing the code from openbsc.
Diffstat (limited to 'include/osmocom/ctrl')
-rw-r--r-- | include/osmocom/ctrl/control_if.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |