From f42d43b9f4bdb04a2d2c0c9f78c2615e5f4dad4d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 17 Dec 2011 19:11:32 +0100 Subject: [PATCH] TCO: export the new_tid() function --- TCAP/src/ITU/tcap_tco_server.erl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TCAP/src/ITU/tcap_tco_server.erl b/TCAP/src/ITU/tcap_tco_server.erl index df67136..6ad710a 100644 --- a/TCAP/src/ITU/tcap_tco_server.erl +++ b/TCAP/src/ITU/tcap_tco_server.erl @@ -164,6 +164,9 @@ % behaviour modules must export this function -export([behaviour_info/1]). +% api for other modules +-export([new_tid/0]). + %% define what callbacks users must export %% %% @hidden