summaryrefslogtreecommitdiff
path: root/qicclient/admin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qicclient/admin.hxx')
-rw-r--r--qicclient/admin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qicclient/admin.hxx b/qicclient/admin.hxx
index c123a2d..f242227 100644
--- a/qicclient/admin.hxx
+++ b/qicclient/admin.hxx
@@ -32,7 +32,7 @@ namespace QICClient {
QString const& successPage = nullptr,
QString const& nextPage = nullptr,
QString const& failPage = nullptr,
- icclient_handler handler = nullptr);
+ void (*handler)(icclient_fetch_t *) = nullptr);
QString const& userName() const { return m_userName; }
QString const& password() const { return m_password; }