0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

starttls: add s_serv for caps

This commit is contained in:
William Pitcock 2016-02-27 01:51:58 -06:00
parent 0416a2cc86
commit ed3853649d

View file

@ -30,6 +30,7 @@
#include "modules.h"
#include "sslproc.h"
#include "s_assert.h"
#include "s_serv.h"
#include "logger.h"
static int mr_starttls(struct MsgBuf *, struct Client *, struct Client *, int, const char **);