X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/2cf7b27a0c4b4e746e2e40752c55ddb4d54798b2..ef5e66ae8e84fce75154417dd51be72f78ec1f45:/command-line-arguments.h diff --git a/command-line-arguments.h b/command-line-arguments.h index af8b1ceb..de1734ad 100644 --- a/command-line-arguments.h +++ b/command-line-arguments.h @@ -38,7 +38,7 @@ typedef struct notmuch_opt_desc { void *output_var; const char *name; int arg_id; - struct notmuch_keyword *keywords; + const struct notmuch_keyword *keywords; } notmuch_opt_desc_t;