summaryrefslogtreecommitdiffstats
path: root/osmo-gsup-hlr/src/gsup_router.h
diff options
context:
space:
mode:
Diffstat (limited to 'osmo-gsup-hlr/src/gsup_router.h')
-rw-r--r--osmo-gsup-hlr/src/gsup_router.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/osmo-gsup-hlr/src/gsup_router.h b/osmo-gsup-hlr/src/gsup_router.h
deleted file mode 100644
index 7a5bd25..0000000
--- a/osmo-gsup-hlr/src/gsup_router.h
+++ /dev/null
@@ -1,8 +0,0 @@
-struct osmo_gsup_conn *gsup_route_find(struct osmo_gsup_server *gs,
- const uint8_t *addr, size_t addrlen);
-
-/* add a new route for the given address to the given conn */
-int gsup_route_add(struct osmo_gsup_conn *conn, const uint8_t *addr, size_t addrlen);
-
-/* delete all routes for the given connection */
-int gsup_route_del_conn(struct osmo_gsup_conn *conn);