From deb951ee83c20178d773ea0f986001115bc9be51 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 15 Nov 2000 00:23:32 +0000 Subject: [PATCH] add prototype for simple_execl git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9161 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 1 + 1 file changed, 1 insertion(+) 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 *);