]> granicus.if.org Git - ejabberd/commitdiff
Export add_access/3 to allow setting ACL outside of yaml config file
authorMickael Remond <mremond@process-one.net>
Wed, 6 Apr 2016 11:59:06 +0000 (13:59 +0200)
committerMickael Remond <mremond@process-one.net>
Wed, 6 Apr 2016 11:59:06 +0000 (13:59 +0200)
src/acl.erl

index fdf397d889173bd758a612c7a60111603d01d336..0c1071d15a2170d3be3a7ebd4cd91c6bea4303ba 100644 (file)
@@ -34,6 +34,8 @@
         match_rule/3, match_acl/3, transform_options/1,
         opt_type/1]).
 
+-export([add_access/3]).
+
 -include("ejabberd.hrl").
 -include("logger.hrl").
 -include("jlib.hrl").