summaryrefslogtreecommitdiff
path: root/src/dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispatch.h')
-rw-r--r--src/dispatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispatch.h b/src/dispatch.h
index e5a35e9..2520e10 100644
--- a/src/dispatch.h
+++ b/src/dispatch.h
@@ -37,6 +37,6 @@ JsonObject *dispatch(trg_client * client, JsonNode * req, int *status);
gboolean dispatch_async(trg_client * client, JsonNode * req,
void (*callback) (JsonObject *, int, gpointer),
gpointer data);
-GThreadPool *dispatch_init_pool(trg_client *client);
+GThreadPool *dispatch_init_pool(trg_client * client);
#endif /* DISPATCH_H_ */