diff options
author | Matt Kraai | 2001-06-22 04:20:24 +0000 |
---|---|---|
committer | Matt Kraai | 2001-06-22 04:20:24 +0000 |
commit | a0105713e82d108e36f01375de606b69d7aac5d0 (patch) | |
tree | 6568becbfad2c74b683643ca4ee424c5deb66382 /libbb/libbb.h | |
parent | 764303f980824e42cbafc9ce0ee16afa74a4d65e (diff) | |
download | busybox-a0105713e82d108e36f01375de606b69d7aac5d0.zip busybox-a0105713e82d108e36f01375de606b69d7aac5d0.tar.gz |
Remove obsolete function declaration.
Diffstat (limited to 'libbb/libbb.h')
-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 c83cb7e..a547953 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 int (*dirAction) (const char *fileName, struct stat* statbuf, void* userData), void* userData); -extern int create_path (const char *name, int mode); extern int parse_mode( const char* s, mode_t* theMode); extern int get_kernel_revision(void); |