diff options
-rw-r--r-- | parse-events.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/parse-events.h b/parse-events.h index ac34bad..7ec7369 100644 --- a/parse-events.h +++ b/parse-events.h | |||
@@ -132,6 +132,13 @@ struct plugin_option { | |||
132 | * .plugin_alias = "overide-file-name", (optional) | 132 | * .plugin_alias = "overide-file-name", (optional) |
133 | * .description = "description of option to show users", | 133 | * .description = "description of option to show users", |
134 | * }, | 134 | * }, |
135 | * { | ||
136 | * .name = NULL, | ||
137 | * }, | ||
138 | * }; | ||
139 | * | ||
140 | * Array must end with .name = NULL; | ||
141 | * | ||
135 | * | 142 | * |
136 | * .plugin_alias is used to give a shorter name to access | 143 | * .plugin_alias is used to give a shorter name to access |
137 | * the vairable. Useful if a plugin handles more than one event. | 144 | * the vairable. Useful if a plugin handles more than one event. |