Corrected a type in declaration
This commit is contained in:
parent
1fc8f6e02a
commit
f5ef38e87e
@ -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 in_argc, char **in_argv, char *env_path,
|
||||||
int *fd, pid_t *forked_pid, int flag);
|
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);
|
int *status, int flag);
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2014.06.28.070001"
|
#define Xorriso_timestamP "2014.06.28.071001"
|
||||||
|
Loading…
Reference in New Issue
Block a user