]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/common.h
invite now checks silence/invite lists
[irc/evilnet/x3.git] / src / common.h
index 5f342193df712d0fed77fad933651a5ae958e0c7..90cab5e5b3713bf2714eb30ba7c597dd9256122a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * This file is part of x3.
  *
- * srvx is free software; you can redistribute it and/or modify
+ * x3 is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
@@ -250,6 +250,7 @@ int getipbyname(const char *name, unsigned long *ip);
 int set_policer_param(const char *param, void *data, void *extra);
 const char *strtab(unsigned int ii);
 char *time2str(time_t thetime);
+extern char *pretty_mask(char *mask);
 
 void tools_init(void);
 void tools_cleanup(void);