From a0105713e82d108e36f01375de606b69d7aac5d0 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Fri, 22 Jun 2001 04:20:24 +0000 Subject: Remove obsolete function declaration. --- libbb/libbb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libbb/libbb.h') 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 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); -- cgit v1.2.3