summaryrefslogtreecommitdiff
path: root/src/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.h')
-rw-r--r--src/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http.h b/src/http.h
index 7bee969..6fe9783 100644
--- a/src/http.h
+++ b/src/http.h
@@ -38,6 +38,6 @@ struct http_response {
};
void http_response_free(struct http_response *response);
-struct http_response *trg_http_perform(trg_client * client, gchar * req);
+struct http_response *trg_http_perform(TrgClient * client, gchar * req);
#endif /* HTTP_H_ */