diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index 99a91a15f..bacfd54a9 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -244,6 +244,7 @@ int ROKEN_LIB_FUNCTION simple_execve(const char*, char*const[], char*const[]); int ROKEN_LIB_FUNCTION simple_execvp(const char*, char *const[]); int ROKEN_LIB_FUNCTION simple_execlp(const char*, ...); int ROKEN_LIB_FUNCTION simple_execle(const char*, ...); +int ROKEN_LIB_FUNCTION simple_execl(const char *file, ...); void ROKEN_LIB_FUNCTION print_version(const char *);