TCO: export the new_tid() function

This commit is contained in:
Harald Welte 2011-12-17 19:11:32 +01:00
parent 0f692c61b5
commit f42d43b9f4
1 changed files with 3 additions and 0 deletions

View File

@ -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