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

@ -39,7 +39,7 @@
#include "modules.h"
#include "s_conf.h"
#include "packet.h"
#include "irc_string.h"
#include "inline/stringops.h"
static int m_part(struct Client *, struct Client *, int, const char **);