X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ad5feac4e2cd16569d8586f2eac6a9efeeadc038..3c0be4341168b7dfdfba9430db0b74bc71d911c3:/src/print-xml.h?ds=sidebyside diff --git a/src/print-xml.h b/src/print-xml.h index 6257f861..0c99859b 100644 --- a/src/print-xml.h +++ b/src/print-xml.h @@ -1,6 +1,6 @@ /* Output an xml of the generated parser, for Bison. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -22,6 +22,7 @@ #ifndef PRINT_XML_H_ # define PRINT_XML_H_ +void xml_indent (FILE *out, int level); void xml_puts (FILE *, int, char const *); void xml_printf (FILE *, int, char const *, ...); char const *xml_escape_n (int n, char const *str);