prototypes for wait_for_process and pipe_execv
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10131 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -264,6 +264,9 @@ int ROKEN_LIB_FUNCTION simple_execlp(const char*, ...);
|
|||||||
int ROKEN_LIB_FUNCTION simple_execle(const char*, ...);
|
int ROKEN_LIB_FUNCTION simple_execle(const char*, ...);
|
||||||
int ROKEN_LIB_FUNCTION simple_execl(const char *file, ...);
|
int ROKEN_LIB_FUNCTION simple_execl(const char *file, ...);
|
||||||
|
|
||||||
|
int ROKEN_LIB_FUNCTION wait_for_process(pid_t);
|
||||||
|
int ROKEN_LIB_FUNCTION pipe_execv(FILE**, FILE**, FILE**, const char*, ...);
|
||||||
|
|
||||||
void ROKEN_LIB_FUNCTION print_version(const char *);
|
void ROKEN_LIB_FUNCTION print_version(const char *);
|
||||||
|
|
||||||
ssize_t ROKEN_LIB_FUNCTION eread (int fd, void *buf, size_t nbytes);
|
ssize_t ROKEN_LIB_FUNCTION eread (int fd, void *buf, size_t nbytes);
|
||||||
|
Reference in New Issue
Block a user