diff options
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ static const config_opt config_opts[] = { {"merge-type", "Type of merge (options: 0 = Merge individually, 1 = Merge into one).", TYPE_INT, &get_merge_type}, {"pr-root", "Directory to store pull requests in.", TYPE_STRING, &pr_root}, {"key-file", "Path to file containing gpg/pgp public keys of each maintainer.", TYPE_STRING, &get_key_path}, + {NULL, NULL, TYPE_NONE, NULL}, }; extern config *parse_config(const char *filename); |