aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 8305e59fc..9b52dd231 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -545,6 +545,9 @@ extern FILE *fopen_or_warn(const char *filename, const char *mode);
545/* "Opens" stdin if filename is special, else just opens file: */ 545/* "Opens" stdin if filename is special, else just opens file: */
546extern FILE *fopen_or_warn_stdin(const char *filename); 546extern FILE *fopen_or_warn_stdin(const char *filename);
547 547
548int bb_pstrcmp(const void *a, const void *b);
549void qsort_string_vector(char **sv, unsigned count);
550
548/* Wrapper which restarts poll on EINTR or ENOMEM. 551/* Wrapper which restarts poll on EINTR or ENOMEM.
549 * On other errors complains [perror("poll")] and returns. 552 * On other errors complains [perror("poll")] and returns.
550 * Warning! May take (much) longer than timeout_ms to return! 553 * Warning! May take (much) longer than timeout_ms to return!