summaryrefslogtreecommitdiff
path: root/src/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/json.h')
-rw-r--r--src/json.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/json.h b/src/json.h
index a71e130..62237f8 100644
--- a/src/json.h
+++ b/src/json.h
@@ -26,8 +26,7 @@
#include "trg-client.h"
gchar *trg_serialize(JsonNode * req);
-JsonObject *trg_deserialize(trg_http_response *response,
- GError ** error);
+JsonObject *trg_deserialize(trg_response *response, GError ** error);
JsonObject *get_arguments(JsonObject * req);
JsonObject *node_get_arguments(JsonNode * req);