Fix error in MyCalloc definition; memdebug compile fixes.
[ircu2.10.12-pk.git] / ircd / umkpasswd.c
index aa2f7f63f49d0798092d7ac5c3df9babee4d7bcd..a259542d6b155af6c62d10c74ffbeff341542b89 100644 (file)
 umkpasswd_conf_t* umkpasswd_conf;
 crypt_mechs_t* crypt_mechs_root;
 int log_inassert = 0;
+time_t CurrentTime;
+
+void sendto_opmask_butone(struct Client *one, unsigned int mask,
+                         const char *pattern, ...)
+{
+  /* only needed with memdebug, which also calls Debug() */
+}
 
 void copyright(void)
 {