/* dircproxy * Copyright (C) 2002 Scott James Remnant . * All Rights Reserved. * * irc_string.h * -- * @(#) $Id: irc_string.h,v 1.4 2001/12/21 20:15:55 keybuk Exp $ * * This file is distributed according to the GNU General Public * License. For full details, read the top of 'main.c' or the * file called COPYING that was distributed with this code. */ #ifndef __DIRCPROXY_IRC_STRING_H #define __DIRCPROXY_IRC_STRING_H /* required includes */ #include "match.h" /* functions */ extern char *irc_strlwr(char *); extern char *irc_strupr(char *); extern int irc_strcasecmp(const char *, const char *); extern int irc_strcasematch(const char *, const char *); #endif /* __DIRCPROXY_STRINGEX_H */