]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/trusts.h
Update documentation.
[irc/quakenet/newserv.git] / trusts / trusts.h
index 7691dfdf328a2ff205b3864210bcf440c52d9db1..542bfc8f5acf0a029d2ac47f4a55eeafe8a2397c 100644 (file)
@@ -42,6 +42,7 @@
 #define TRUST_ENFORCE_IDENT 1 /* This must be 1 for compatibility with O. */
 #define TRUST_NO_CLEANUP 2
 #define TRUST_PROTECTED 4
+#define TRUST_RELIABLE_USERNAME 8
 
 #define TRUST_MIN_UNPRIVILEGED_BITS_IPV4 (96 + 20)
 #define TRUST_MIN_UNPRIVILEGED_BITS_IPV6 32
@@ -114,7 +115,6 @@ int trusts_fullyonline(void);
 
 /* formats.c */
 char *trusts_timetostr(time_t);
-char *trusts_cidr2str(struct irc_in_addr *ip, unsigned char);
 char *dumpth(trusthost *, int);
 char *dumptg(trustgroup *, int);
 int parseth(char *, trusthost *, unsigned int *, int);