diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-22 04:20:24 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-22 04:20:24 +0000 |
commit | eafcf582c41d309c8a91fdbadefbefc15324f2fa (patch) | |
tree | 6568becbfad2c74b683643ca4ee424c5deb66382 /libbb | |
parent | edb70305cd33869f93f24d55d16172eea560e72d (diff) | |
download | busybox-w32-eafcf582c41d309c8a91fdbadefbefc15324f2fa.tar.gz busybox-w32-eafcf582c41d309c8a91fdbadefbefc15324f2fa.tar.bz2 busybox-w32-eafcf582c41d309c8a91fdbadefbefc15324f2fa.zip |
Remove obsolete function declaration.
git-svn-id: svn://busybox.net/trunk/busybox@2884 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/libbb.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |