From 8b23a828c250c2711924511b85de6301de8b3f23 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 17 Nov 2009 19:10:37 -0800 Subject: Add some const correctness to talloc 'ctx' parameter. The tentacles of const just keep reaching out. --- notmuch-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-client.h') 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); -- cgit v1.2.3