X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fsource_event.h;h=0c2e9e3934d4c92732c366e679f562a19c95e640;hb=d70e2fdb664f6723cd8a1c131fdbeb39cb75d7be;hp=554b41442cdc6c90b2fc92c4e86579d740d75892;hpb=7ea4ef8cae7b52f2bf66371a5e7b493cbd12900e;p=gedcom-parse.git diff --git a/gom/source_event.h b/gom/source_event.h index 554b414..0c2e9e3 100644 --- a/gom/source_event.h +++ b/gom/source_event.h @@ -28,7 +28,10 @@ #include "gom_internal.h" void source_event_subscribe(); -void source_event_cleanup(struct source_event* evt); -void source_event_add_user_data(Gom_ctxt ctxt, struct user_data* data); +int write_source_events(Gedcom_write_hndl hndl, int parent, + struct source_event *evt); + +DECLARE_CLEANFUNC(source_event); +DECLARE_ADDFUNC2(source_event, user_data); #endif /* __SOURCE_EVENT_H */