aboutsummaryrefslogtreecommitdiffhomepage
path: root/command-line-arguments.h
diff options
context:
space:
mode:
Diffstat (limited to 'command-line-arguments.h')
-rw-r--r--command-line-arguments.h2
1 files changed, 1 insertions, 1 deletions
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;