File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / Attic / tools.h
Revision 1.2.4.1: download - view: text, annotated - select for diffs - revision graph
Wed Nov 11 14:46:36 2009 UTC (14 years, 7 months ago) by misho
Branches: cfg3_2
Diff to: branchpoint 1.2: preferred, unified
added feature to normalize quoted strings

/*************************************************************************
* (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: tools.h,v 1.2.4.1 2009/11/11 14:46:36 misho Exp $
*
*************************************************************************/
#ifndef __TOOLS_H
#define __TOOLS_H


inline int unquot(u_char *);
inline int trim(u_char *);

inline int ltrim(u_char *);
inline int rtrim(u_char *);


#endif

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