Removed dup_date and dup_age.
[gedcom-parse.git] / gom / source_citation.h
index f6765c119ceb912e706f4be0f455f87af7cb13ce..530c22ea860cd6a9e3d86c16d79cb5c0949bcb08 100644 (file)
@@ -32,8 +32,8 @@ void citation_subscribe();
 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_to_desc(NL_TYPE type, Gom_ctxt ctxt, const char* str);
-void citation_add_to_text(NL_TYPE type, Gom_ctxt ctxt, const char* str);
 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 */