aboutgitcodelistschat:MatrixIRC
path: root/actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'actions.h')
-rw-r--r--actions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions.h b/actions.h
index 3636f04..521bdaf 100644
--- a/actions.h
+++ b/actions.h
@@ -14,7 +14,7 @@ struct arg_clone {
};
int do_call(struct arg_clone *c);
-int do_actions(struct action actions[], unsigned int n_actions, int tpid,
+int do_actions(void *data, struct action actions[], unsigned int n_actions, int tpid,
int notifyfd, uint64_t id);
#endif /* ACTIONS_H */