aboutsummaryrefslogtreecommitdiffstats
path: root/src/tool_writeout_json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_writeout_json.h')
-rw-r--r--src/tool_writeout_json.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool_writeout_json.h b/src/tool_writeout_json.h
index d3988d52..0390ae5c 100644
--- a/src/tool_writeout_json.h
+++ b/src/tool_writeout_json.h
@@ -24,7 +24,7 @@
#include "tool_setup.h"
#include "tool_writeout.h"
-void ourWriteOutJSON(const struct writeoutvar mappings[],
- CURL *curl, struct OutStruct *outs, FILE *stream);
+void ourWriteOutJSON(const struct writeoutvar mappings[], CURL *curl,
+ struct per_transfer *per, FILE *stream);
#endif /* HEADER_CURL_TOOL_WRITEOUT_H */