Revision 14da8345

b/ui/qemu-spice.h
47 47
#else  /* CONFIG_SPICE */
48 48

  
49 49
#define using_spice 0
50
#define qemu_spice_set_passwd(_p, _f1, _f2) (-1)
51
#define qemu_spice_set_pw_expire(_e) (-1)
50
static inline int qemu_spice_set_passwd(const char *passwd,
51
                                        bool fail_if_connected,
52
                                        bool disconnect_if_connected)
53
{
54
    return -1;
55
}
56
static inline int qemu_spice_set_pw_expire(time_t expires)
57
{
58
    return -1;
59
}
52 60
static inline int qemu_spice_migrate_info(const char *h, int p, int t, const char *s)
53 61
{ return -1; }
54 62

  

Also available in: Unified diff