diff options
Diffstat (limited to 'rest/rest-proxy-auth-private.h')
-rw-r--r-- | rest/rest-proxy-auth-private.h | 1 |
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 |