Completed writing of strings and xrefs.
[gedcom-parse.git] / gom / source_citation.h
index d5b183ab0ccbb557ef4de0883e3f21de935fa95b..530c22ea860cd6a9e3d86c16d79cb5c0949bcb08 100644 (file)
@@ -33,5 +33,7 @@ void citation_cleanup(struct source_citation* cit);
 void citation_add_note(Gom_ctxt ctxt, struct note_sub* note);
 void citation_add_mm_link(Gom_ctxt ctxt, struct multimedia_link* mm);
 void citation_add_user_data(Gom_ctxt ctxt, struct user_data* data);
+int write_citations(Gedcom_write_hndl hndl, int parent,
+                   struct source_citation* cit);
 
 #endif /* __SOURCE_CITATION_H */