Annotation of libaitcfg/inc/tools.h, revision 1.1.1.1.2.1

1.1.1.1.2.1! misho       1: /*************************************************************************
        !             2: * (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
        !             3: *  by Michael Pounov <misho@openbsd-bg.org>
        !             4: *
        !             5: * $Author: misho $
        !             6: * $Id: global.h,v 4.0.2.3 2008/03/06 10:08:48 misho Exp $
        !             7: *
        !             8: *************************************************************************/
1.1       misho       9: #ifndef __TOOLS_H
                     10: #define __TOOLS_H
                     11: 
                     12: 
                     13: inline int trim(u_char *);
                     14: 
                     15: inline int ltrim(u_char *);
                     16: inline int rtrim(u_char *);
                     17: 
                     18: 
                     19: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>