#include #include #define VERSION "0.9" #define program_name "geomgui" struct myconfigs { GtkWidget *scrolled; GtkAdjustment *hadjustment; GtkAdjustment *vadjustment; GtkImage *image; gint scale; gint first; char *userhost; char *svgfile; char *dotfile; char *xmlfile; int color; int human; }; int geom_xml2dot(struct myconfigs *, char *, char *);