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.8 by ats, Sun Oct 19 02:03:02 2003 UTC vs.
Revision 1.9 by pajs, Fri Jan 9 16:19:58 2004 UTC

# Line 27 | Line 27
27   #include <uvm/uvm_extern.h>
28   #endif
29  
30 < char *f_read_line(FILE *f, const char *string);
30 > #ifndef HAVE_ATOLL
31 > static long long atoll(const char *s);
32 > #endif
33  
34 < char *get_string_match(char *line, regmatch_t *match);
34 > #ifndef HAVE_STRLCPY
35 > size_t strlcat(char *dst, const char *src, size_t siz);
36 > #endif
37  
38 < #ifdef HAVE_ATOLL
39 < long long get_ll_match(char *line, regmatch_t *match);
38 > #ifndef HAVE_STRLCPY
39 > size_t strlcpy(char *dst, const char *src, size_t siz);
40   #endif
41 +
42 + long long get_ll_match(char *line, regmatch_t *match);
43 +
44 + char *f_read_line(FILE *f, const char *string);
45 +
46 + char *get_string_match(char *line, regmatch_t *match);
47  
48   #ifdef ALLBSD
49   kvm_t *get_kvm(void);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines