summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-07-02 17:57:58 +0200
committerPablo Neira Ayuso2011-07-02 17:57:58 +0200
commit4647cadadf980c45a2645f3b2c56df33e580bf20 (patch)
tree85d671baaa773d2d7edd5d974875aa8a5b8d6be4
parenttests: use logging infrastructure to display messages (diff)
downloadlibosmo-abis-4647cadadf980c45a2645f3b2c56df33e580bf20.tar.gz
libosmo-abis-4647cadadf980c45a2645f3b2c56df33e580bf20.tar.xz
libosmo-abis-4647cadadf980c45a2645f3b2c56df33e580bf20.zip
include: remove unused ipaccess_read_msg definition from internal.h
This was used by hsl driver but not anymore.
-rw-r--r--include/internal.h3
1 files changed, 1 insertions, 2 deletions
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