diff options
| author | Daniel P. Berrange <berrange@redhat.com> | 2009-07-29 12:35:27 +0100 |
|---|---|---|
| committer | Daniel P. Berrange <berrange@redhat.com> | 2009-07-29 12:35:27 +0100 |
| commit | bc55a8d75773e347d9ba579dccfe438ec3a34eae (patch) | |
| tree | ab03ed2567a53c5f3cba949d9ae5b816aa4bafdf /src/auth.h | |
| parent | 852825ae5e817421abcf4c6b7be4ab9dab96a333 (diff) | |
| download | virt-viewer-bc55a8d75773e347d9ba579dccfe438ec3a34eae.tar.gz virt-viewer-bc55a8d75773e347d9ba579dccfe438ec3a34eae.tar.xz virt-viewer-bc55a8d75773e347d9ba579dccfe438ec3a34eae.zip | |
Add support for libvirt graphical auth
Diffstat (limited to 'src/auth.h')
| -rw-r--r-- | src/auth.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -23,8 +23,14 @@ #ifndef VIRT_VIEWER_AUTH_H #define VIRT_VIEWER_AUTH_H +#include <libvirt/libvirt.h> + #include "util.h" -void viewer_auth_vnc_credentials(GtkWidget *vnc, GValueArray *credList); +void viewer_auth_vnc_credentials(GtkWidget *vnc, GValueArray *credList, char **message); + +int viewer_auth_libvirt_credentials(virConnectCredentialPtr cred, + unsigned int ncred, + void *cbdata); #endif |
