libctrl: remove bsc-specific declaration

this was moved by accident when importing the code from openbsc.
This commit is contained in:
Harald Welte 2014-08-21 14:32:26 +02:00
parent acbb4c91b6
commit d8db92c578
1 changed files with 0 additions and 1 deletions

View File

@ -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);