X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=command-line-arguments.h;fp=command-line-arguments.h;h=de1734ad2fdb3f0c5444c73abc5f74b7cbd99cf2;hp=af8b1cebd626d9fd5d5ce8fb89af063581e81c64;hb=f717d2ece1836c863f9cc02abd1ff2539307cd1d;hpb=e00aeb4f85a57dedd6fb722c93e8a612b19412e7 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;