summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-auth-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'rest/rest-proxy-auth-private.h')
-rw-r--r--rest/rest-proxy-auth-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest/rest-proxy-auth-private.h b/rest/rest-proxy-auth-private.h
index 056174e..3b92782 100644
--- a/rest/rest-proxy-auth-private.h
+++ b/rest/rest-proxy-auth-private.h
@@ -32,6 +32,7 @@ RestProxyAuth* rest_proxy_auth_new (RestProxy *proxy,
SoupSession *session,
SoupMessage *message,
SoupAuth *auth);
+gboolean rest_proxy_auth_is_paused (RestProxyAuth *auth);
G_END_DECLS