summaryrefslogtreecommitdiffstats
path: root/src/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 1634a6e..7282d57 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -408,6 +408,7 @@ private slots:
const string &display, t_method method);
bool do_cb_ask_credentials(t_user *user_config, const string &realm, string &username,
string &password);
+ void do_cb_register_inprog(t_user *user_config, t_register_type register_type);
};
#endif