master
c 12 lines 273 Bytes
Raw
1 #include "qemu/osdep.h"
2 #include "ui/console.h"
3 #include "qapi/error.h"
4
5 int vnc_display_password(const char *id, const char *password, Error **errp)
6 {
7 g_assert_not_reached();
8 }
9 int vnc_display_pw_expire(const char *id, time_t expires)
10 {
11 g_assert_not_reached();
12 };