From 4647cadadf980c45a2645f3b2c56df33e580bf20 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 2 Jul 2011 17:57:58 +0200 Subject: include: remove unused ipaccess_read_msg definition from internal.h This was used by hsl driver but not anymore. --- include/internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/internal.h b/include/internal.h index f19f006..0da45e8 100644 --- a/include/internal.h +++ b/include/internal.h @@ -11,8 +11,7 @@ extern void *libosmo_abis_ctx; void e1inp_init(void); /* hsl requires these functions defined in ipaccess driver. */ -struct osmo_fd; -struct msgb *ipaccess_read_msg(struct osmo_fd *bfd, int *error); +struct msgb; void ipaccess_prepend_header(struct msgb *msg, int proto); #endif -- cgit v1.2.3-55-g7522