From f6f43df60bbd69ae5ea83b9012beb953a2baf116 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 11 Oct 2006 22:16:56 +0000 Subject: ifupdown: stop emitting annoying/misleading error messages. Patch by Gabriel Somlo --- include/libbb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index 1d26b0367..ac48411c0 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -430,6 +430,10 @@ char *last_char_is(const char *s, int c); char *fgets_str(FILE *file, const char *terminating_string); +int execable_file(const char *name); +char *find_execable(const char *filename); +int exists_execable(const char *filename); + extern USE_DESKTOP(long long) int uncompress(int fd_in, int fd_out); extern int inflate(int in, int out); -- cgit v1.2.3