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.17 by tdb, Sun Apr 4 22:48:50 2004 UTC vs.
Revision 1.18 by ats, Sun Apr 4 23:55:48 2004 UTC

# Line 38 | Line 38 | size_t strlcat(char *dst, const char *src, size_t siz)
38   size_t strlcpy(char *dst, const char *src, size_t siz);
39   #endif
40  
41 + char *update_string(char **dest, const char *src);
42 +
43   long long get_ll_match(char *line, regmatch_t *match);
44  
45   char *f_read_line(FILE *f, const char *string);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines