dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d916c4
)
Correction in callback signature.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 25 Aug 2002 13:47:29 +0000
(13:47 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 25 Aug 2002 13:47:29 +0000
(13:47 +0000)
t/standalone.c
patch
|
blob
|
history
diff --git
a/t/standalone.c
b/t/standalone.c
index 68ebb18916f7e6c2588168e92fd09cecbe1ff2b6..f035d78e1f8673ae4a46d1da6454cc4eb74a31bf 100644
(file)
--- a/
t/standalone.c
+++ b/
t/standalone.c
@@
-67,7
+67,7
@@
void show_help ()
printf(" -q No output to standard output\n");
}
-Gedcom_ctxt header_start(int level, Gedcom_val xref, char *tag,
+Gedcom_ctxt header_start(
Gedcom_rec rec,
int level, Gedcom_val xref, char *tag,
char *raw_value, int tag_value,
Gedcom_val parsed_value)
{
@@
-75,7
+75,7
@@
Gedcom_ctxt header_start(int level, Gedcom_val xref, char *tag,
return (Gedcom_ctxt)1;
}
-void header_end(Gedcom_ctxt self)
+void header_end(Gedcom_
rec rec, Gedcom_
ctxt self)
{
output(1, "Header end, context is %d\n", (int)self);
}