summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.h
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-02-10 17:39:25 +0000
committerRoss Burton <ross@linux.intel.com>2009-02-10 17:39:25 +0000
commit5b9be7975295f3e5e44feea5eb6474f5689958ee (patch)
tree4df9d019c2f29eae59bdea32e5cddaf53faf797f /rest/rest-proxy-call.h
parent0f35e1a439f652a102c0f239971f129d23686867 (diff)
downloadlibrest-5b9be7975295f3e5e44feea5eb6474f5689958ee.tar.gz
Add prototype for rest_proxy_call_error_quark
Diffstat (limited to 'rest/rest-proxy-call.h')
-rw-r--r--rest/rest-proxy-call.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rest/rest-proxy-call.h b/rest/rest-proxy-call.h
index bbc699d..bdb58e1 100644
--- a/rest/rest-proxy-call.h
+++ b/rest/rest-proxy-call.h
@@ -73,6 +73,8 @@ typedef enum {
REST_PROXY_CALL_FAILED
} RestProxyCallError;
+GQuark rest_proxy_call_error_quark (void);
+
GType rest_proxy_call_get_type (void);
/* Functions for dealing with request */