aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index a7e38325b..30f0bb9a7 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -259,7 +259,7 @@ extern FILE *gz_open(FILE *compressed_file, int *pid);
259extern struct hostent *xgethostbyname(const char *name); 259extern struct hostent *xgethostbyname(const char *name);
260extern int create_icmp_socket(void); 260extern int create_icmp_socket(void);
261 261
262char *dirname (const char *path); 262char *dirname (char *path);
263 263
264int make_directory (char *path, long mode, int flags); 264int make_directory (char *path, long mode, int flags);
265 265