aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-06 13:18:48 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-06 13:19:28 +0200
commitdb0700a5a33bb3988e3c1d43dbe58e0e1fa7e836 (patch)
tree72a9b6b9bd993797a789c7c86afa520c5bbd9c39
parent49917c129b1456585258b0ebe89a513ecef823a8 (diff)
e1_input.h: Remove dead declaration of unexistent API ipaccess_setup
The function was removed long time ago in af8ed983ffa1f750e3972e0fb850c16249943543. Change-Id: I34debe01d1d8b6f4420354666d2a25807dacc25c
-rw-r--r--include/osmocom/abis/e1_input.h3
1 files changed, 0 insertions, 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);