Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Commit 060f0d1

Browse files
committed
This is atheme 7.2, not 7.3 yet
1 parent bfa03e2 commit 060f0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,15 @@ static void syn_util_config_ready(void *unused)
184184
prf_ready = true;
185185
}
186186

187-
static void mod_init(struct module *m)
187+
static void mod_init(module_t *m)
188188
{
189189
use_syn_main_symbols(m);
190190

191191
add_dupstr_conf_item("PRF_KEY", &syn->conf_table, 0, &prf_key_hex, NULL);
192192
hook_add_config_ready(syn_util_config_ready);
193193
}
194194

195-
static void mod_deinit(enum module_unload_intent unused)
195+
static void mod_deinit(module_unload_intent_t unused)
196196
{
197197
del_conf_item("PRF_KEY", &syn->conf_table);
198198
hook_del_config_ready(syn_util_config_ready);

0 commit comments

Comments
 (0)