aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-04-29 16:07:41 +0100
committerRon Yorston <rmy@pobox.com>2012-04-29 16:07:41 +0100
commit1129137ac4ad59034828f00456eed72dc5b6c8e6 (patch)
tree411cdb3787513e79aa5bcbfa2cb5c8fdc000be0a /include/libbb.h
parentfd571d9c7525247c0cdcf154f547d4658df0837e (diff)
parentd133144d41c2fef883d28497acafe59b6bc6043b (diff)
downloadbusybox-w32-1129137ac4ad59034828f00456eed72dc5b6c8e6.tar.gz
busybox-w32-1129137ac4ad59034828f00456eed72dc5b6c8e6.tar.bz2
busybox-w32-1129137ac4ad59034828f00456eed72dc5b6c8e6.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index e776951f0..a78772b6a 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -808,7 +808,6 @@ void qsort_string_vector(char **sv, unsigned count) FAST_FUNC;
808int safe_poll(struct pollfd *ufds, nfds_t nfds, int timeout_ms) FAST_FUNC; 808int safe_poll(struct pollfd *ufds, nfds_t nfds, int timeout_ms) FAST_FUNC;
809 809
810char *safe_gethostname(void) FAST_FUNC; 810char *safe_gethostname(void) FAST_FUNC;
811char *safe_getdomainname(void) FAST_FUNC;
812 811
813/* Convert each alpha char in str to lower-case */ 812/* Convert each alpha char in str to lower-case */
814char* str_tolower(char *str) FAST_FUNC; 813char* str_tolower(char *str) FAST_FUNC;