blob: f309352a088c4c63fd8b46fc17fd1c265c9f218d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* 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);
|