/* i18n */ #define _(string) (string) #define noop(string) (string) /* variables */ GtkWidget *xs_toplevel; GtkWidget *xd_toplevel; /* prototypes */ void xenstore_create_window(void); void xen_doms_create_window(void);