summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index e74218e..3cd2abd 100644
--- a/src/options.h
+++ b/src/options.h
@@ -47,6 +47,7 @@ struct options_struct {
mode_t mode_;
int interval_;
int offset_;
+ char* post_process_;
};
typedef struct options_struct options_t;