X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fs_conf.h;h=6a89ab9142a64386fcc331229190ef1b05594dfb;hb=b44912de1e1373e7d4dd30d532618a5cbef621e9;hp=23b929a86074e763da608277ac0290a248a468aa;hpb=f4cd3c57bbc0f94cd871d188f47d01fd291b53a7;p=ircu2.10.12-pk.git diff --git a/include/s_conf.h b/include/s_conf.h index 23b929a..6a89ab9 100644 --- a/include/s_conf.h +++ b/include/s_conf.h @@ -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 */