Gerd Hoffmann | 637b047 | 2018-02-02 07:45:46 +0100 | [diff] [blame] | 1 | #include "qemu/osdep.h" |
2 | #include "ui/console.h" | ||||
Gerd Hoffmann | 577ce40 | 2018-02-13 08:05:26 +0100 | [diff] [blame] | 3 | #include "qapi/error.h" |
Gerd Hoffmann | 637b047 | 2018-02-02 07:45:46 +0100 | [diff] [blame] | 4 | |
5 | int vnc_display_password(const char *id, const char *password) | ||||
6 | { | ||||
7 | return -ENODEV; | ||||
8 | } | ||||
9 | int vnc_display_pw_expire(const char *id, time_t expires) | ||||
10 | { | ||||
11 | return -ENODEV; | ||||
12 | }; |