aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index 1081a159..1e2a016a 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -124,7 +124,7 @@ int
notmuch_tag_command (void *ctx, int argc, char *argv[]);
const char *
-notmuch_time_relative_date (void *ctx, time_t then);
+notmuch_time_relative_date (const void *ctx, time_t then);
void
notmuch_time_print_formatted_seconds (double seconds);