Author: Andres Miller <a1kmm@mware.virtualave.net>
[ircu2.10.12-pk.git] / include / s_conf.h
index 23b929a86074e763da608277ac0290a248a468aa..6a89ab9142a64386fcc331229190ef1b05594dfb 100644 (file)
@@ -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 */