summaryrefslogtreecommitdiff
path: root/src/trg-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-client.h')
-rw-r--r--src/trg-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-client.h b/src/trg-client.h
index 21833fc..ce98a4e 100644
--- a/src/trg-client.h
+++ b/src/trg-client.h
@@ -126,6 +126,7 @@ int trg_http_perform(TrgClient * client, gchar * reqstr,
/* stuff that used to be in dispatch.c */
trg_response *dispatch(TrgClient * client, JsonNode * req);
trg_response *dispatch_str(TrgClient * client, gchar * req);
+trg_response *dispatch_public_http(TrgClient *tc, trg_request *req);
gboolean dispatch_async(TrgClient * client, JsonNode * req,
GSourceFunc callback, gpointer data);
gboolean async_http_request(TrgClient *tc, gchar *url, GSourceFunc callback, gpointer data);