* src/gen_mod.erl: Export stop_module_keep_config/2 (EJAB-706)

SVN Revision: 1525
This commit is contained in:
Badlop 2008-08-16 12:03:21 +00:00
parent 79a0a44505
commit 5a05eb8d62
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-08-16 Badlop <badlop@process-one.net>
* src/gen_mod.erl: Export stop_module_keep_config/2 (EJAB-706)
2008-08-13 Badlop <badlop@process-one.net>
* doc/guide.tex: Explain that LDAP is read-only storage (thanks to

View File

@ -30,6 +30,7 @@
-export([start/0,
start_module/3,
stop_module/2,
stop_module_keep_config/2,
get_opt/2,
get_opt/3,
get_opt_host/3,