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:
@@ -260,6 +260,9 @@ SigAction signal(int iSig, SigAction pAction); /* BSD compatible */
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
int ROKEN_LIB_FUNCTION simple_execve(const char*, char*const[], char*const[]);
|
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(const char*, char *const[]);
|
||||||
int ROKEN_LIB_FUNCTION simple_execvp_timed(const char *, char *const[],
|
int ROKEN_LIB_FUNCTION simple_execvp_timed(const char *, char *const[],
|
||||||
time_t (*)(void *), void *, time_t);
|
time_t (*)(void *), void *, time_t);
|
||||||
@@ -318,6 +321,9 @@ socket_set_tos (int sock, int tos);
|
|||||||
void
|
void
|
||||||
socket_set_reuseaddr (int sock, int val);
|
socket_set_reuseaddr (int sock, int val);
|
||||||
|
|
||||||
|
void
|
||||||
|
socket_set_no_ipsec(int sock);
|
||||||
|
|
||||||
char **
|
char **
|
||||||
vstrcollect(va_list *ap);
|
vstrcollect(va_list *ap);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user