]> git.notmuchmail.org Git - notmuch/blobdiff - command-line-arguments.h
uncrustify.cfg: label indent, some known types, not, # and ##
[notmuch] / command-line-arguments.h
index af8b1cebd626d9fd5d5ce8fb89af063581e81c64..de1734ad2fdb3f0c5444c73abc5f74b7cbd99cf2 100644 (file)
@@ -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;