summaryrefslogtreecommitdiff
path: root/rest/oauth-proxy-call.h
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2010-03-01 09:02:33 +0000
committerRoss Burton <ross@linux.intel.com>2010-03-09 14:36:59 -0800
commit80509128a89a2d7a4572a062f96ebae1a771d05e (patch)
treeba4da827f4153df9e8e5354c484ef12fe279b947 /rest/oauth-proxy-call.h
parent2aefbe3e090689c46ee52dc6c3506a2ae7503b5d (diff)
downloadlibrest-80509128a89a2d7a4572a062f96ebae1a771d05e.tar.gz
Add oauth_proxy_call_parse_token_reponse to parse token responses
Diffstat (limited to 'rest/oauth-proxy-call.h')
-rw-r--r--rest/oauth-proxy-call.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rest/oauth-proxy-call.h b/rest/oauth-proxy-call.h
index 7ccb818..556728e 100644
--- a/rest/oauth-proxy-call.h
+++ b/rest/oauth-proxy-call.h
@@ -62,6 +62,8 @@ typedef struct {
GType oauth_proxy_call_get_type (void);
+void oauth_proxy_call_parse_token_reponse (OAuthProxyCall *call);
+
G_END_DECLS
#endif /* _OAUTH_PROXY_CALL */