X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fmultimedia.h;h=00353dfecc2c2204b01e68985241baaa9f35e22f;hb=1568cb8ab16ecc1984d0d00b8ae8189c32508b08;hp=52841267f566f1d9aceb508986b8c24c6cd1152b;hpb=7ea4ef8cae7b52f2bf66371a5e7b493cbd12900e;p=gedcom-parse.git diff --git a/gom/multimedia.h b/gom/multimedia.h index 5284126..00353df 100644 --- a/gom/multimedia.h +++ b/gom/multimedia.h @@ -29,11 +29,12 @@ void multimedia_subscribe(); void multimedias_cleanup(); -struct multimedia* make_multimedia_record(char* xref); +struct multimedia* make_multimedia_record(const char* xref); void multimedia_add_note(Gom_ctxt ctxt, struct note_sub* note); void multimedia_add_user_ref(Gom_ctxt ctxt, struct user_ref_number* ref); -void multimedia_set_record_id(Gom_ctxt ctxt, char *rin); +void multimedia_set_record_id(Gom_ctxt ctxt, const char *rin); void multimedia_set_change_date(Gom_ctxt ctxt, struct change_date* chan); void multimedia_add_user_data(Gom_ctxt ctxt, struct user_data* data); +int write_multimedia_recs(Gedcom_write_hndl hndl); #endif /* __MULTIMEDIA_H */