From db0700a5a33bb3988e3c1d43dbe58e0e1fa7e836 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 6 Apr 2018 13:18:48 +0200 Subject: e1_input.h: Remove dead declaration of unexistent API ipaccess_setup The function was removed long time ago in af8ed983ffa1f750e3972e0fb850c16249943543. Change-Id: I34debe01d1d8b6f4420354666d2a25807dacc25c --- include/osmocom/abis/e1_input.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h index 1a701f9..3fbce5b 100644 --- a/include/osmocom/abis/e1_input.h +++ b/include/osmocom/abis/e1_input.h @@ -303,9 +303,6 @@ int e1inp_line_update(struct e1inp_line *line); int e1inp_vty_init(void); -struct gsm_network; -int ipaccess_setup(struct gsm_network *gsmnet); - /* activate superchannel or deactive to use timeslots. only valid for unixsocket driver */ void e1inp_ericsson_set_altc(struct e1inp_line *unixlinue, int superchannel); -- cgit v1.2.3