Add prototype for ptb_error() so the windows build doesn't bail out..
[jelmer/ptabtools.git] / ptb2xml.c
index 7b28c012fd8aa9d57f87e041829116d145700472..c13b50b53cb74c73f725151ee2a64af271a894a3 100644 (file)
--- a/ptb2xml.c
+++ b/ptb2xml.c
@@ -1,5 +1,5 @@
 /*
-       (c) 2004: Jelmer Vernooij <jelmer@samba.org>
+       (c) 2004-2005: Jelmer Vernooij <jelmer@samba.org>
 
        This program is free software; you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
@@ -540,8 +540,8 @@ int main(int argc, const char **argv)
        while((c = poptGetNextOpt(pc)) >= 0) {
                switch(c) {
                case 'v':
-                       printf("ptb2ascii Version "PACKAGE_VERSION"\n");
-                       printf("(C) 2004 Jelmer Vernooij <jelmer@samba.org>\n");
+                       printf("ptb2xml Version "PACKAGE_VERSION"\n");
+                       printf("(C) 2004-2005 Jelmer Vernooij <jelmer@samba.org>\n");
                        exit(0);
                        break;
                }
@@ -580,7 +580,7 @@ int main(int argc, const char **argv)
        xmlDocSetRootElement(doc, root_node);
 
        comment = xmlNewComment("\nGenerated by ptb2xml, part of ptabtools. \n"
-                                                       "(C) 2004 by Jelmer Vernooij <jelmer@samba.org>\n"
+                                                       "(C) 2004-2005 by Jelmer Vernooij <jelmer@samba.org>\n"
                                                        "See http://jelmer.vernstok.nl/oss/ptabtools/ for details\n");
        xmlAddChild(root_node, comment);