Remainder of irc_string.* is moved to new inline/stringops.h.

This commit is contained in:
William Pitcock 2008-04-20 01:03:11 -05:00
parent 4562c60489
commit ab4285181c
6 changed files with 19 additions and 49 deletions

View file

@ -43,7 +43,7 @@
#include "send.h"
#include "s_newconf.h"
#include "s_stats.h"
#include "irc_string.h"
#include "inline/stringops.h"
static int m_message(int, const char *, struct Client *, struct Client *, int, const char **);
static int m_privmsg(struct Client *, struct Client *, int, const char **);