diff options
author | Matt Kraai <kraai@debian.org> | 2001-06-22 04:20:24 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-06-22 04:20:24 +0000 |
commit | a0105713e82d108e36f01375de606b69d7aac5d0 (patch) | |
tree | 6568becbfad2c74b683643ca4ee424c5deb66382 | |
parent | 764303f980824e42cbafc9ce0ee16afa74a4d65e (diff) | |
download | busybox-w32-a0105713e82d108e36f01375de606b69d7aac5d0.tar.gz busybox-w32-a0105713e82d108e36f01375de606b69d7aac5d0.tar.bz2 busybox-w32-a0105713e82d108e36f01375de606b69d7aac5d0.zip |
Remove obsolete function declaration.
-rw-r--r-- | include/libbb.h | 1 | ||||
-rw-r--r-- | libbb/libbb.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h index c83cb7e7c..a547953a1 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -108,7 +108,6 @@ int recursive_action(const char *fileName, int recurse, int followLinks, int dep | |||
108 | int (*dirAction) (const char *fileName, struct stat* statbuf, void* userData), | 108 | int (*dirAction) (const char *fileName, struct stat* statbuf, void* userData), |
109 | void* userData); | 109 | void* userData); |
110 | 110 | ||
111 | extern int create_path (const char *name, int mode); | ||
112 | extern int parse_mode( const char* s, mode_t* theMode); | 111 | extern int parse_mode( const char* s, mode_t* theMode); |
113 | 112 | ||
114 | extern int get_kernel_revision(void); | 113 | extern int get_kernel_revision(void); |
diff --git a/libbb/libbb.h b/libbb/libbb.h index c83cb7e7c..a547953a1 100644 --- a/libbb/libbb.h +++ b/libbb/libbb.h | |||
@@ -108,7 +108,6 @@ int recursive_action(const char *fileName, int recurse, int followLinks, int dep | |||
108 | int (*dirAction) (const char *fileName, struct stat* statbuf, void* userData), | 108 | int (*dirAction) (const char *fileName, struct stat* statbuf, void* userData), |
109 | void* userData); | 109 | void* userData); |
110 | 110 | ||
111 | extern int create_path (const char *name, int mode); | ||
112 | extern int parse_mode( const char* s, mode_t* theMode); | 111 | extern int parse_mode( const char* s, mode_t* theMode); |
113 | 112 | ||
114 | extern int get_kernel_revision(void); | 113 | extern int get_kernel_revision(void); |