ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/tools.h
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/tools.h (file contents):
Revision 1.25 by ats, Sat Nov 6 14:55:53 2004 UTC vs.
Revision 1.26 by tdb, Sat Sep 24 13:29:23 2005 UTC

# Line 44 | Line 44 | size_t sg_strlcat(char *dst, const char *src, size_t s
44   size_t sg_strlcpy(char *dst, const char *src, size_t siz);
45  
46   int sg_update_string(char **dest, const char *src);
47 + int sg_concat_string(char **dest, const char *src);
48  
49   #if defined(LINUX) || defined(CYGWIN)
50   long long sg_get_ll_match(char *line, regmatch_t *match);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines