New command -move

This commit is contained in:
2013-03-13 19:59:18 +00:00
parent b2bdd68955
commit e7c369aad4
9 changed files with 183 additions and 117 deletions

View File

@ -1639,6 +1639,10 @@ int Xorriso_option_mount(struct XorrisO *xorriso, char *dev, char *adr_mode,
/* Command -mount_opts option[:...] */
int Xorriso_option_mount_opts(struct XorrisO *xorriso, char *mode, int flag);
/* Command -move */
int Xorriso_option_move(struct XorrisO *xorriso, char *origin, char *dest,
int flag);
/* Command -msg_op */
int Xorriso_option_msg_op(struct XorrisO *xorriso, char *what, char *arg,
int flag);