aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/zed/zed_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/zed/zed_conf.h')
-rw-r--r--cmd/zed/zed_conf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/zed/zed_conf.h b/cmd/zed/zed_conf.h
index 7599af46b..1e4f81019 100644
--- a/cmd/zed/zed_conf.h
+++ b/cmd/zed/zed_conf.h
@@ -29,7 +29,6 @@ struct zed_conf {
int syslog_facility; /* syslog facility value */
int min_events; /* RESERVED FOR FUTURE USE */
int max_events; /* RESERVED FOR FUTURE USE */
- char *conf_file; /* abs path to config file */
char *pid_file; /* abs path to pid file */
int pid_fd; /* fd to pid file for lock */
char *zedlet_dir; /* abs path to zedlet dir */
@@ -48,8 +47,6 @@ void zed_conf_destroy(struct zed_conf *zcp);
void zed_conf_parse_opts(struct zed_conf *zcp, int argc, char **argv);
-void zed_conf_parse_file(struct zed_conf *zcp);
-
int zed_conf_scan_dir(struct zed_conf *zcp);
int zed_conf_write_pid(struct zed_conf *zcp);