aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gsup_router.h4
-rw-r--r--src/luop.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/src/gsup_router.h b/src/gsup_router.h
index 7a5bd25..f177347 100644
--- a/src/gsup_router.h
+++ b/src/gsup_router.h
@@ -6,3 +6,7 @@ int gsup_route_add(struct osmo_gsup_conn *conn, const uint8_t *addr, size_t addr
/* delete all routes for the given connection */
int gsup_route_del_conn(struct osmo_gsup_conn *conn);
+
+int osmo_gsup_addr_send(struct osmo_gsup_server *gs,
+ const uint8_t *addr, size_t addrlen,
+ struct msgb *msg);
diff --git a/src/luop.h b/src/luop.h
index d690243..f96593b 100644
--- a/src/luop.h
+++ b/src/luop.h
@@ -63,9 +63,6 @@ struct lu_operation {
uint8_t *peer;
};
-int osmo_gsup_addr_send(struct osmo_gsup_server *gs,
- const uint8_t *addr, size_t addrlen,
- struct msgb *msg);
struct lu_operation *lu_op_alloc(struct osmo_gsup_server *srv);
struct lu_operation *lu_op_alloc_conn(struct osmo_gsup_conn *conn);