diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 492a561a9..1e4968bfa 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -700,7 +700,7 @@ void die_if_bad_username(const char* name); | |||
700 | #endif | 700 | #endif |
701 | 701 | ||
702 | int execable_file(const char *name); | 702 | int execable_file(const char *name); |
703 | char *find_execable(const char *filename); | 703 | char *find_execable(const char *filename, char **PATHp); |
704 | int exists_execable(const char *filename); | 704 | int exists_execable(const char *filename); |
705 | 705 | ||
706 | /* BB_EXECxx always execs (it's not doing NOFORK/NOEXEC stuff), | 706 | /* BB_EXECxx always execs (it's not doing NOFORK/NOEXEC stuff), |