Rev 2927 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2927 | Rev 4348 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | #include <debug.h> |
30 | #include <debug.h> |
31 | 31 | ||
32 | #include <test.h> |
32 | #include <test.h> |
33 | #include <sysinfo/sysinfo.h> |
33 | #include <sysinfo/sysinfo.h> |
34 | 34 | ||
35 | char * test_sysinfo1(bool quiet) |
35 | char *test_sysinfo1(void) |
36 | { |
36 | { |
37 | if (!quiet) |
37 | if (!test_quiet) |
38 | sysinfo_dump(NULL, 0); |
38 | sysinfo_dump(NULL, 0); |
39 | return NULL; |
39 | return NULL; |
40 | } |
40 | } |