24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Export make_sid so we can use it in pre-binding.

This commit is contained in:
W. Andrew Loe III 2010-12-10 17:14:42 -08:00 committed by Badlop
parent 942c6e4dd0
commit 1eeff9b0df

View File

@ -38,7 +38,8 @@
http_put/7,
http_get/2,
prepare_response/4,
process_request/2]).
process_request/2,
make_sid/0]).
-include("ejabberd.hrl").
-include("jlib.hrl").