--- ./src/svg_parser_expat.c~ 2005-02-15 02:26:26.000000000 +0900 +++ ./src/svg_parser_expat.c 2010-08-20 23:52:12.000000000 +0900 @@ -30,16 +30,16 @@ #include "svgint.h" #include "svg_hash.h" -static void +void _svg_parser_sax_start_element (void *closure, const XML_Char *name, const XML_Char **atts); -static void +void _svg_parser_sax_end_element (void *closure, const XML_Char *name); -static void +void _svg_parser_sax_characters (void *closure, const XML_Char *ch, int len);