From fd3b2962ad820a74083cff6e031e5fcae39ae253 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Sun, 31 Mar 2019 01:28:51 +0100 Subject: WIP: core unlock code - password hashing functions --- src/remmina_unlock.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'src/remmina_unlock.h') diff --git a/src/remmina_unlock.h b/src/remmina_unlock.h index ff63c0605..7dea56324 100644 --- a/src/remmina_unlock.h +++ b/src/remmina_unlock.h @@ -35,18 +35,17 @@ #pragma once typedef struct _RemminaUnlockDialog { - GtkBuilder *builder; - GtkDialog *dialog; + GtkBuilder * builder; + GtkDialog * dialog; - GtkEntry *entry_unlock; - GtkButton *button_unlock; - GtkButton *button_unlock_cancel; + GtkEntry * entry_unlock; + GtkButton * button_unlock; + GtkButton * button_unlock_cancel; - gboolean unlock_init; - GTimer *timer; - - int retval; + gboolean unlock_init; + GTimer * timer; + int retval; } RemminaUnlockDialog; G_BEGIN_DECLS -- cgit v1.2.3