Corrected a type in declaration
This commit is contained in:
parent
b05d97e7cd
commit
a45ff8e2b9
@ -80,7 +80,7 @@ int Xorriso_pipe_open(struct XorrisO *xorriso, char *purpose, char *cmd,
|
||||
int in_argc, char **in_argv, char *env_path,
|
||||
int *fd, pid_t *forked_pid, int flag);
|
||||
|
||||
int Xorriso_wait_child_end(struct XorrisO *xorriso, int child_pid,
|
||||
int Xorriso_wait_child_end(struct XorrisO *xorriso, pid_t child_pid,
|
||||
int *status, int flag);
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2014.06.15.183236"
|
||||
#define Xorriso_timestamP "2014.06.28.071104"
|
||||
|
Loading…
Reference in New Issue
Block a user