aboutsummaryrefslogtreecommitdiffstats
path: root/include/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal.h')
-rw-r--r--include/internal.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/internal.h b/include/internal.h
index 6969748..ddb2ae2 100644
--- a/include/internal.h
+++ b/include/internal.h
@@ -3,6 +3,10 @@
#include <stdint.h>
+struct osmo_fd;
+struct e1inp_sign_link;
+struct e1inp_ts;
+
/* talloc context for libosmo-abis. */
extern void *libosmo_abis_ctx;
@@ -15,4 +19,13 @@ void ipaccess_prepend_header(struct msgb *msg, int proto);
struct msgb *ipa_msg_alloc(int headroom);
void ipa_msg_push_header(struct msgb *msg, uint8_t proto);
+/*
+ * helper for internal drivers, not public
+ */
+void e1inp_close_socket(struct e1inp_ts *ts,
+ struct e1inp_sign_link *sign_link,
+ struct osmo_fd *bfd);
+
+
+
#endif