Author: Andres Miller <a1kmm@mware.virtualave.net>
[ircu2.10.12-pk.git] / include / s_conf.h
index b72ea17469e503cb9298ace19689b779985aec1d..6a89ab9142a64386fcc331229190ef1b05594dfb 100644 (file)
@@ -83,7 +83,7 @@ struct DenyConf {
   char*               hostmask;
   char*               message;
   char*               usermask;
-  unsigned int        s_addr;
+  unsigned int        address;
   unsigned int        flags;
   char                bits;        /* Number of bits for ipkills */
 };
@@ -148,6 +148,7 @@ enum AuthorizationCheckResult {
   ACR_BAD_SOCKET
 };
 
+
 /*
  * GLOBALS
  */
@@ -189,4 +190,6 @@ extern int find_kill(struct Client *cptr);
 extern int find_restrict(struct Client *cptr);
 extern struct MotdItem* read_motd(const char* motdfile);
 
+extern void yyerror(const char *msg);
+
 #endif /* INCLUDED_s_conf_h */