Missing changes in rev 2710 and 2712
This commit is contained in:
parent
6b1dac2161
commit
df12b243da
@ -724,6 +724,9 @@ int Xorriso_option_map_l(struct XorrisO *xorriso, int argc, char **argv,
|
|||||||
/* Option -mark */
|
/* Option -mark */
|
||||||
int Xorriso_option_mark(struct XorrisO *xorriso, char *mark, int flag);
|
int Xorriso_option_mark(struct XorrisO *xorriso, char *mark, int flag);
|
||||||
|
|
||||||
|
/* Option -md5 */
|
||||||
|
int Xorriso_option_md5(struct XorrisO *xorriso, char *mode, int flag);
|
||||||
|
|
||||||
/* Option -mkdir alias -mkdiri */
|
/* Option -mkdir alias -mkdiri */
|
||||||
int Xorriso_option_mkdiri(struct XorrisO *xorriso, int argc, char **argv,
|
int Xorriso_option_mkdiri(struct XorrisO *xorriso, int argc, char **argv,
|
||||||
int *idx, int flag);
|
int *idx, int flag);
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2009.08.10.193843"
|
#define Xorriso_timestamP "2009.08.10.194416"
|
||||||
|
@ -310,7 +310,8 @@ int Xorriso_destroy_hln_array(struct XorrisO *xorriso, int flag);
|
|||||||
|
|
||||||
int Xorriso_destroy_di_array(struct XorrisO *xorriso, int flag);
|
int Xorriso_destroy_di_array(struct XorrisO *xorriso, int flag);
|
||||||
|
|
||||||
int Xorriso_new_node_array(struct XorrisO *xorriso, off_t mem_limit, int flag);
|
int Xorriso_new_node_array(struct XorrisO *xorriso, off_t mem_limit,
|
||||||
|
int addon_nodes, int flag);
|
||||||
|
|
||||||
int Xorriso_sort_node_array(struct XorrisO *xorriso, int flag);
|
int Xorriso_sort_node_array(struct XorrisO *xorriso, int flag);
|
||||||
|
|
||||||
@ -484,6 +485,9 @@ int Xorriso_hardlink_update(struct XorrisO *xorriso, int *compare_result,
|
|||||||
|
|
||||||
int Xorriso_finish_hl_update(struct XorrisO *xorriso, int flag);
|
int Xorriso_finish_hl_update(struct XorrisO *xorriso, int flag);
|
||||||
|
|
||||||
|
int Xorriso_get_md5(struct XorrisO *xorriso, void *in_node, char *path,
|
||||||
|
char md5[16], int flag);
|
||||||
|
|
||||||
|
|
||||||
/* A pseudo file type for El-Torito bootsectors as in man 2 stat :
|
/* A pseudo file type for El-Torito bootsectors as in man 2 stat :
|
||||||
For now take the highest possible value.
|
For now take the highest possible value.
|
||||||
|
Loading…
Reference in New Issue
Block a user