Got rid of call system() in Xorriso_mount(), new option -session_string

This commit is contained in:
2008-12-07 12:25:07 +00:00
parent b3089477fd
commit df1d2a2652
5 changed files with 245 additions and 67 deletions

View File

@ -598,6 +598,12 @@ int Xorriso_make_mount_cmd(struct XorrisO *xorriso, char *cmd,
char *devadr, char result[SfileadrL], int flag);
/* @param flag bit0= use env_path to find the desired program
*/
int Xorriso_execv(struct XorrisO *xorriso, char *cmd, char *env_path,
int *status, int flag);
int Sfile_str(char target[SfileadrL], char *source, int flag);
double Sfile_microtime(int flag);