/************************************************************************* * (C) 2008 AITNET ltd - Sofia/Bulgaria - * by Michael Pounov * * $Author: misho $ * $Id: tools.h,v 1.1.1.1.2.1 2008/09/30 20:00:26 misho Exp $ * *************************************************************************/ #ifndef __TOOLS_H #define __TOOLS_H inline int trim(u_char *); inline int ltrim(u_char *); inline int rtrim(u_char *); #endif