|
|
| File: [Development] / xfs-cmds / acl / include / misc.h (download)
Revision 1.2, Tue Feb 22 02:48:58 2005 UTC (12 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Updated next_line fix from AndreasG Merge of master-melb:xfs-cmds:21593a by kenmcd. |
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); extern char *next_line(FILE *file);