Corrected a type in declaration

This commit is contained in:
Thomas Schmitt 2014-06-28 07:03:26 +00:00
parent 8f013abb54
commit 5b0512d690
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2014.06.15.183236"
#define Xorriso_timestamP "2014.06.28.071104"