add simple_execve_timed

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13344 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-02-12 14:48:04 +00:00
parent 7d842b177a
commit 5cc66e1d2b

View File

@@ -260,6 +260,9 @@ SigAction signal(int iSig, SigAction pAction); /* BSD compatible */
#endif
int ROKEN_LIB_FUNCTION simple_execve(const char*, char*const[], char*const[]);
int ROKEN_LIB_FUNCTION simple_execve_timed(const char *, char *const[],
char *const [], time_t (*)(void *),
void *, time_t);
int ROKEN_LIB_FUNCTION simple_execvp(const char*, char *const[]);
int ROKEN_LIB_FUNCTION simple_execvp_timed(const char *, char *const[],
time_t (*)(void *), void *, time_t);
@@ -318,6 +321,9 @@ socket_set_tos (int sock, int tos);
void
socket_set_reuseaddr (int sock, int val);
void
socket_set_no_ipsec(int sock);
char **
vstrcollect(va_list *ap);