diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h index c92d97240..02bdb5861 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -408,8 +408,7 @@ void reset_ino_dev_hashtable(void); | |||
408 | extern size_t bb_strlen(const char *string); | 408 | extern size_t bb_strlen(const char *string); |
409 | #define strlen(x) bb_strlen(x) | 409 | #define strlen(x) bb_strlen(x) |
410 | 410 | ||
411 | void bb_xasprintf(char **string_ptr, const char *format, ...) __attribute__ ((format (printf, 2, 3))); | 411 | char *bb_xasprintf(const char *format, ...) __attribute__ ((format (printf, 1, 2))); |
412 | |||
413 | 412 | ||
414 | #define FAIL_DELAY 3 | 413 | #define FAIL_DELAY 3 |
415 | extern void change_identity ( const struct passwd *pw ); | 414 | extern void change_identity ( const struct passwd *pw ); |