diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 1e95a903e..5f437a95f 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -131,7 +131,7 @@ extern long* find_pid_by_name( const char* pidName); | |||
131 | extern char *find_real_root_device_name(const char* name); | 131 | extern char *find_real_root_device_name(const char* name); |
132 | extern char *get_line_from_file(FILE *file); | 132 | extern char *get_line_from_file(FILE *file); |
133 | extern void print_file(FILE *file); | 133 | extern void print_file(FILE *file); |
134 | extern int copyfd(int fd1, int fd2); | 134 | extern int copyfd(int fd1, int fd2, const off_t chunksize); |
135 | extern int print_file_by_name(char *filename); | 135 | extern int print_file_by_name(char *filename); |
136 | extern char process_escape_sequence(const char **ptr); | 136 | extern char process_escape_sequence(const char **ptr); |
137 | extern char *get_last_path_component(char *path); | 137 | extern char *get_last_path_component(char *path); |