X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fassociation.h;h=e688d0901e741bacfc28bee655be7a8a6b60a8b4;hb=39bb8d4c3317074cfa3e8e92cc12e6160675e246;hp=8c0c6401835f0a7fa2b56435873f5ad25a6646c2;hpb=7ea4ef8cae7b52f2bf66371a5e7b493cbd12900e;p=gedcom-parse.git diff --git a/gom/association.h b/gom/association.h index 8c0c640..e688d09 100644 --- a/gom/association.h +++ b/gom/association.h @@ -32,5 +32,7 @@ void association_cleanup(struct association* assoc); void association_add_note(Gom_ctxt ctxt, struct note_sub* note); void association_add_citation(Gom_ctxt ctxt, struct source_citation* cit); void association_add_user_data(Gom_ctxt ctxt, struct user_data* data); +int write_associations(Gedcom_write_hndl hndl, int parent, + struct association *assoc); #endif /* __ASSOCIATION_H */