diff options
Diffstat (limited to 'cmd/zed/zed_exec.h')
-rw-r--r-- | cmd/zed/zed_exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zed/zed_exec.h b/cmd/zed/zed_exec.h index 52bdc12a8..fee068fb6 100644 --- a/cmd/zed/zed_exec.h +++ b/cmd/zed/zed_exec.h @@ -30,7 +30,7 @@ #include <stdint.h> int zed_exec_process(uint64_t eid, const char *class, const char *subclass, - const char *dir, zed_strings_t *scripts, zed_strings_t *envs, + const char *dir, zed_strings_t *zedlets, zed_strings_t *envs, int zevent_fd); #endif /* !ZED_EXEC_H */ |