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