diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-22 14:12:08 +0000 |
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-22 14:12:08 +0000 |
| commit | 703e20235aa0624d3ff4335c1e86edaa6e21efe2 (patch) | |
| tree | 49e8451efad93b75c0be74ee553d3b3f8c04a25d /include | |
| parent | 6cd2d2bcba37a13d0d73326dd7bca64bbccce4f8 (diff) | |
| download | busybox-w32-703e20235aa0624d3ff4335c1e86edaa6e21efe2.tar.gz busybox-w32-703e20235aa0624d3ff4335c1e86edaa6e21efe2.tar.bz2 busybox-w32-703e20235aa0624d3ff4335c1e86edaa6e21efe2.zip | |
cleanups: unnecessary casts, unified const_1, eliminate cross-.c file
prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED",
removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs.
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index c1c9486c4..cd192b9eb 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -486,6 +486,9 @@ extern void bb_vinfo_msg(const char *s, va_list p); | |||
| 486 | extern int bb_cat(char** argv); | 486 | extern int bb_cat(char** argv); |
| 487 | extern int bb_echo(char** argv); | 487 | extern int bb_echo(char** argv); |
| 488 | extern int bb_test(int argc, char** argv); | 488 | extern int bb_test(int argc, char** argv); |
| 489 | #if ENABLE_ROUTE | ||
| 490 | extern void bb_displayroutes(int noresolve, int netstatfmt); | ||
| 491 | #endif | ||
| 489 | 492 | ||
| 490 | 493 | ||
| 491 | /* Networking */ | 494 | /* Networking */ |
| @@ -740,6 +743,9 @@ extern const char bb_path_motd_file[]; | |||
| 740 | extern const char bb_path_wtmp_file[]; | 743 | extern const char bb_path_wtmp_file[]; |
| 741 | extern const char bb_dev_null[]; | 744 | extern const char bb_dev_null[]; |
| 742 | 745 | ||
| 746 | extern const int const_int_0; | ||
| 747 | extern const int const_int_1; | ||
| 748 | |||
| 743 | #ifndef BUFSIZ | 749 | #ifndef BUFSIZ |
| 744 | #define BUFSIZ 4096 | 750 | #define BUFSIZ 4096 |
| 745 | #endif | 751 | #endif |
