Move declarations of compat functions from ircaux.h to irc_std.h

irc_std.h is where these belong - it's where the normal declarations (via the system headers) come from on
systems which don't need the compat functions.
This commit is contained in:
Kevin Easton
2017-05-05 00:28:21 +10:00
parent 52b57d1576
commit 84fc347f5a
3 changed files with 47 additions and 56 deletions

View File

@@ -7,8 +7,6 @@
* going to hurt my feelings if you re-use this.
*/
#include "defs.h"
#include "ircaux.h"
#include "irc_std.h"
/* --- start of tparm.c --- */