]> jfr.im git - solanum.git/blobdiff - modules/m_starttls.c
AV2 description: forgot this one too
[solanum.git] / modules / m_starttls.c
index 75eec895dba3438e8066355d3d05b2019f3831d0..b1f00a29ebf1a6d49e85e653ccb9b50ab3fa1a8f 100644 (file)
@@ -54,7 +54,7 @@ mapi_cap_list_av2 starttls_cap_list[] = {
 mapi_cap_list_av2 starttls_cap_list[] = { { 0, NULL, NULL, NULL } };
 #endif /* HAVE_LIBCRYPTO */
 
-DECLARE_MODULE_AV2(starttls, _modinit, _moddeinit, starttls_clist, NULL, NULL, starttls_cap_list, NULL, starttls_desc);
+DECLARE_MODULE_AV2(starttls, NULL, NULL, starttls_clist, NULL, NULL, starttls_cap_list, NULL, starttls_desc);
 
 static int
 mr_starttls(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[])