Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-03-28 09:33:43 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-03-28 09:33:43 +0300
commite134dbd2f1d8478f49b0483bbf0c57feae71c661 (patch)
treeef98d5cbfcba0a32fa850d25e5800c86a6935ee0 /src/remmina_unlock.h
parent0cb44f635c8d7a034392f15335fc4832e3a8e17a (diff)
WIP: core unlock code
Diffstat (limited to 'src/remmina_unlock.h')
-rw-r--r--src/remmina_unlock.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/remmina_unlock.h b/src/remmina_unlock.h
index 27f416bfd..ff63c0605 100644
--- a/src/remmina_unlock.h
+++ b/src/remmina_unlock.h
@@ -34,9 +34,6 @@
#pragma once
-#ifdef __linux__
-#include <security/pam_appl.h>
-#include <security/pam_misc.h>
typedef struct _RemminaUnlockDialog {
GtkBuilder *builder;
GtkDialog *dialog;
@@ -48,20 +45,12 @@ typedef struct _RemminaUnlockDialog {
gboolean unlock_init;
GTimer *timer;
- const gchar *username;
- pam_handle_t *pamh;
- struct pam_conv conv;
int retval;
} RemminaUnlockDialog;
-#endif
G_BEGIN_DECLS
-#ifdef __linux__
void remmina_unlock_new(GtkWindow *parent);
-#else
-void remmina_unlock_new(...);
-#endif
G_END_DECLS