aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/internal.h b/include/internal.h
index f19f006c..0da45e83 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