X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/41d7a5f24d5e69bdf6ce10c012d50b89ce1e3957..7439c5c0f94940884e998c06b910476c6f6145b5:/src/print-xml.h diff --git a/src/print-xml.h b/src/print-xml.h index b0bbe196..cb6f5ec1 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 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -22,7 +22,8 @@ #ifndef PRINT_XML_H_ # define PRINT_XML_H_ -void xml_puts (FILE *, int, char *); +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); char const *xml_escape (char const *str);