aux_objects.h (xorriso-1.5.2) | : | aux_objects.h (xorriso-1.5.4) | ||
---|---|---|---|---|
skipping to change at line 111 | skipping to change at line 111 | |||
bit1= do not copy data (e.g. because *data is invalid) | bit1= do not copy data (e.g. because *data is invalid) | |||
bit2= attach data directly by pointer rather than by copying | bit2= attach data directly by pointer rather than by copying | |||
@return <=0 error, 1 ok | @return <=0 error, 1 ok | |||
*/ | */ | |||
int Xorriso_lst_append_binary(struct Xorriso_lsT **entry, | int Xorriso_lst_append_binary(struct Xorriso_lsT **entry, | |||
char *data, int data_len, int flag); | char *data, int data_len, int flag); | |||
/** Destroy a single list item and connect its eventual list neighbors. | /** Destroy a single list item and connect its eventual list neighbors. | |||
@param lstring pointer to the pointer to be freed and set to NULL | @param lstring pointer to the pointer to be freed and set to NULL | |||
@param flag unused yet, submit 0 | @param flag unused yet, submit 0 | |||
@return 0= *lstring was alredy NULL, 1= ok | @return 0= *lstring was already NULL, 1= ok | |||
*/ | */ | |||
int Xorriso_lst_destroy(struct Xorriso_lsT **lstring, int flag); | int Xorriso_lst_destroy(struct Xorriso_lsT **lstring, int flag); | |||
struct Xorriso_lsT *Xorriso_lst_get_next(struct Xorriso_lsT *entry, int flag); | struct Xorriso_lsT *Xorriso_lst_get_next(struct Xorriso_lsT *entry, int flag); | |||
struct Xorriso_lsT *Xorriso_lst_get_prev(struct Xorriso_lsT *entry, int flag); | struct Xorriso_lsT *Xorriso_lst_get_prev(struct Xorriso_lsT *entry, int flag); | |||
char *Xorriso_lst_get_text(struct Xorriso_lsT *entry, int flag); | char *Xorriso_lst_get_text(struct Xorriso_lsT *entry, int flag); | |||
int Xorriso_lst_detach_text(struct Xorriso_lsT *entry, int flag); | int Xorriso_lst_detach_text(struct Xorriso_lsT *entry, int flag); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |