aboutsummarylogtreecommitdiffstats
path: root/gtk_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk_win.h')
-rw-r--r--gtk_win.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk_win.h b/gtk_win.h
index b8f5110af4a5..254291575928 100644
--- a/gtk_win.h
+++ b/gtk_win.h
@@ -29,6 +29,16 @@ void check_list_add_api_data(void);
void on_load_button_clicked(GtkButton* button);
+void on_lock_button_clicked(GtkButton* button);
+
+void on_set_password_dialog_response(GtkDialog* dialog, gint response_id);
+
+void on_set_password_entry_activate(GtkEntry* entry);
+
+void on_decrypt_dialog_response(GtkDialog* dialog, gint response_id);
+
+void on_decrypt_password_entry_activate(GtkEntry* entry);
+
void on_modify_button_clicked(GtkButton* button);
void on_modify_entry_activate(GtkEntry* entry, gpointer dialog);