[BACK]Return to misc.h CVS log [TXT][DIR] Up to [Development] / xfs-cmds / attr / include

File: [Development] / xfs-cmds / attr / include / misc.h (download)

Revision 1.1, Mon Jul 21 03:56:40 2003 UTC (14 years, 3 months ago) by nathans
Branch: MAIN

attr updates from Andreas - emphasis on improved handling of special characters, and creates an little library for helper functions

extern int high_water_alloc(void **buf, size_t *bufsize, size_t newsize);

extern const char *quote(const char *str);
extern char *unquote(char *str);

extern int high_water_alloc(void **buf, size_t *bufsize, size_t newsize);

extern const char *quote(const char *str);
extern char *unquote(char *str);