diff options
Diffstat (limited to '')
-rw-r--r-- | src/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index cde2417..99ec3ee 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -20,6 +20,6 @@ int msg_start_create(struct msg **, const struct run *); int msg_start_parse(const struct msg *, struct run **); int msg_finished_create(struct msg **, int run_id, const struct proc_output *); -int msg_finished_parse(const struct msg *, int *run_id, struct proc_output *); +int msg_finished_parse(const struct msg *, int *run_id, struct proc_output **); #endif |