diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ejabberd_acme.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ejabberd_acme.hrl b/include/ejabberd_acme.hrl index 4ef3bedbe..e0725af70 100644 --- a/include/ejabberd_acme.hrl +++ b/include/ejabberd_acme.hrl @@ -45,5 +45,5 @@ %% Options -type account_opt() :: string(). -type verbose_opt() :: string(). - +-type domains_opt() :: string(). |