UTF8 library is now a shared library.
[gedcom-parse.git] / gom / note_sub.h
index 630f3d89abb2135106ccdb333d42ad8050dbbc13..b543eb084e4380157aec936fb5228d12b6db4384 100644 (file)
@@ -31,5 +31,6 @@ void note_sub_subscribe();
 void note_sub_cleanup(struct note_sub* note);
 void note_sub_add_citation(Gom_ctxt ctxt, struct source_citation* cit);
 void note_sub_add_user_data(Gom_ctxt ctxt, struct user_data* data);
+int write_note_subs(Gedcom_write_hndl hndl, int parent, struct note_sub* note);
 
 #endif /* __NOTE_SUB_H */