Corrected a type in declaration

This commit is contained in:
Thomas Schmitt 2014-06-27 20:58:22 +00:00
parent 4d5464a4ff
commit 2ab0261d5b
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 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);

View File

@ -1 +1 @@
#define Xorriso_timestamP "2014.06.28.070001" #define Xorriso_timestamP "2014.06.28.071001"