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.19 by ats, Mon Apr 5 00:01:48 2004 UTC

# Line 30 | Line 30
30   #include <uvm/uvm_extern.h>
31   #endif
32  
33 + #ifdef SOLARIS
34 + const char *get_svr_from_bsd(const char *bsd);
35 + #endif
36 +
37   #ifndef HAVE_STRLCPY
38   size_t strlcat(char *dst, const char *src, size_t siz);
39   #endif
# Line 37 | Line 41 | size_t strlcat(char *dst, const char *src, size_t siz)
41   #ifndef HAVE_STRLCPY
42   size_t strlcpy(char *dst, const char *src, size_t siz);
43   #endif
44 +
45 + char *update_string(char **dest, const char *src);
46  
47   long long get_ll_match(char *line, regmatch_t *match);
48  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines