blob: a96bc862363c23a37dc1152e6ed094e082686f1f [file] [log] [blame]
Gerd Hoffmann637b0472018-02-02 07:45:46 +01001#include "qemu/osdep.h"
2#include "ui/console.h"
Gerd Hoffmann577ce402018-02-13 08:05:26 +01003#include "qapi/error.h"
Gerd Hoffmann637b0472018-02-02 07:45:46 +01004
5int vnc_display_password(const char *id, const char *password)
6{
7 return -ENODEV;
8}
9int vnc_display_pw_expire(const char *id, time_t expires)
10{
11 return -ENODEV;
12};