]> jfr.im git - solanum.git/blobdiff - include/authproc.h
Add documentation for extensions/filter
[solanum.git] / include / authproc.h
index c062b6ffdc4d0b559779bd16fbf2332f34b10739..66ad3964aaa0f39eb6df337c691ff7e36c6d223c 100644 (file)
@@ -5,7 +5,7 @@
  *  Copyright (C) 1990 Jarkko Oikarinen and University of Oulu, Co Center
  *  Copyright (C) 1996-2002 Hybrid Development Team
  *  Copyright (C) 2002-2012 ircd-ratbox development team
- *  Copyright (C) 2016 William Pitcock <nenolod@dereferenced.org>
+ *  Copyright (C) 2016 Ariadne Conill <ariadne@dereferenced.org>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
 #include "rb_dictionary.h"
 #include "client.h"
 
-struct DNSBLEntryStats
+struct DNSBLEntry
 {
        char *host;
+       char *reason;
+       char *filters;
        uint8_t iptype;
        unsigned int hits;
 };