diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-16 02:27:24 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-16 02:27:24 +0000 |
commit | 83ea643d8dc9b6f53706ba30bc4b53338f4f7994 (patch) | |
tree | 3a5f790604219213666cbf5cccd747c02528912c /include/libbb.h | |
parent | 3672fe9e9141c0684cae1e72e84cb2704f2a8702 (diff) | |
download | busybox-w32-83ea643d8dc9b6f53706ba30bc4b53338f4f7994.tar.gz busybox-w32-83ea643d8dc9b6f53706ba30bc4b53338f4f7994.tar.bz2 busybox-w32-83ea643d8dc9b6f53706ba30bc4b53338f4f7994.zip |
svlogd: new applet. +9k. Still too big, but it was 12k yesterday.
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index ce4b9223c..3fb477b33 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -335,6 +335,8 @@ long xatol_range(const char *numstr, long lower, long upper); | |||
335 | long xatol_sfx(const char *numstr, const struct suffix_mult *suffixes); | 335 | long xatol_sfx(const char *numstr, const struct suffix_mult *suffixes); |
336 | long xatol(const char *numstr); | 336 | long xatol(const char *numstr); |
337 | /* Specialized: */ | 337 | /* Specialized: */ |
338 | unsigned xatou_range(const char *numstr, unsigned lower, unsigned upper); | ||
339 | unsigned xatou_sfx(const char *numstr, const struct suffix_mult *suffixes); | ||
338 | unsigned xatou(const char *numstr); | 340 | unsigned xatou(const char *numstr); |
339 | int xatoi_range(const char *numstr, int lower, int upper); | 341 | int xatoi_range(const char *numstr, int lower, int upper); |
340 | int xatoi(const char *numstr); | 342 | int xatoi(const char *numstr); |