summaryrefslogtreecommitdiff
path: root/tda.erl
diff options
context:
space:
mode:
Diffstat (limited to 'tda.erl')
-rw-r--r--tda.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tda.erl b/tda.erl
index 3008b5e..e030a57 100644
--- a/tda.erl
+++ b/tda.erl
@@ -14,10 +14,10 @@ stop() ->
tdaPid ! acse:release().
ext() ->
- tdaPid ! rose:invoke({present, 2}, {local, 51}, csta:ext_lines()).
+ tdaPid ! rose:invoke({present, 2}, {local, 51}, csta:lines(ext)).
co() ->
- tdaPid ! rose:invoke({present, 2}, {local, 51}, csta:co_lines()).
+ tdaPid ! rose:invoke({present, 2}, {local, 51}, csta:lines(co)).
client({dial, Host, Port}) ->
io:format("Dial ~p:~p~n", [Host, Port]),