summaryrefslogtreecommitdiffstats
path: root/src/tcap_user.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcap_user.h')
-rw-r--r--src/tcap_user.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tcap_user.h b/src/tcap_user.h
index 2b8533c..ff84666 100644
--- a/src/tcap_user.h
+++ b/src/tcap_user.h
@@ -38,6 +38,8 @@ struct tcap_transport_entity {
};
};
+extern struct tcap_transport_entity *tcap_transp_udp_create(struct sockaddr_storage *local_addr);
+
/* Call-back to user from other points in the stack */
/* metadata associated with a dialogue indication primitive */
@@ -98,4 +100,7 @@ const char *tcap_prim_name(enum tcap_primitive prim);
extern int tcap_user_ind_comp(enum tcap_primitive prim, struct tcap_component_ind *tcci);
extern int tcap_user_ind_dialg(enum tcap_primitive prim, struct tcap_dialg_ind *tcdi);
+extern int tcap_user_req_comp(enum tcap_primitive prim, struct tcap_component_ind *tcci);
+extern int tcap_user_req_dialg(enum tcap_primitive prim, struct tcap_dialg_ind *tcdi);
+
#endif /* TCAP_USER_H */