erlang: Export cast/3 from thrift_client (dialyzer warning)
authorDavid Reiss <dreiss@apache.org>
Mon, 30 Aug 2010 22:05:08 +0000 (22:05 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 30 Aug 2010 22:05:08 +0000 (22:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990964 13f79535-47bb-0310-9956-ffa450edef68

lib/erl/src/thrift_client.erl

index d5bb146..9790250 100644 (file)
@@ -24,7 +24,7 @@
 %% API
 -export([start_link/2, start_link/3, start_link/4,
          start/3, start/4,
-         call/3, send_call/3, close/1]).
+         call/3, cast/3, send_call/3, close/1]).
 
 %% gen_server callbacks
 -export([init/1, handle_call/3, handle_cast/2, handle_info/2,