Code

Move declaration of sp_svg_read_color,sp_svg_write_color from svg/svg.h to new file...
[inkscape.git] / src / svg / svg-color.h
1 #ifndef SVG_SVG_COLOR_H_SEEN
2 #define SVG_SVG_COLOR_H_SEEN
4 #include <glib/gtypes.h>
6 unsigned int sp_svg_read_color(gchar const *str, unsigned int dfl);
7 int sp_svg_write_color(char *buf, unsigned buflen, unsigned int color);
10 #endif /* !SVG_SVG_COLOR_H_SEEN */