summaryrefslogtreecommitdiffstats
path: root/TCAP/src/ITU/tcap_tco_server.erl
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-28 00:08:19 +0200
committerHarald Welte <laforge@gnumonks.org>2011-03-28 00:08:19 +0200
commitf84c5914cf3d008869a7f51453a2af4d7618c7f7 (patch)
tree1671bb7ba82d91c504abf6eac49b6e56daaf4b17 /TCAP/src/ITU/tcap_tco_server.erl
parent794624ca474a50c042554b5dc668558b1adb5288 (diff)
various small fixes to make the TCAP code build at all
Diffstat (limited to 'TCAP/src/ITU/tcap_tco_server.erl')
-rw-r--r--TCAP/src/ITU/tcap_tco_server.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TCAP/src/ITU/tcap_tco_server.erl b/TCAP/src/ITU/tcap_tco_server.erl
index 3cdf59f..8059a7e 100644
--- a/TCAP/src/ITU/tcap_tco_server.erl
+++ b/TCAP/src/ITU/tcap_tco_server.erl
@@ -136,7 +136,7 @@
% export the gen_server call backs
-export([init/1, handle_call/3, handle_cast/2, handle_info/2,
- terminate/2, code_change/3]).
+ terminate/2]).
% behaviour modules must export this function
-export([behaviour_info/1]).