X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=sprinter.h;h=528d8a2db332bdaea6801424a15f7ca42db673ec;hb=d6e4ca6a7a3a1a18eee7be3aa5fb8d0987e0894d;hp=182b1a8ba705e6493a1c5b51b7cc1518f71dfd8a;hpb=dc2b5a031bb63cd71133237ca5d74ef1223a8925;p=notmuch diff --git a/sprinter.h b/sprinter.h index 182b1a8b..528d8a2d 100644 --- a/sprinter.h +++ b/sprinter.h @@ -33,7 +33,7 @@ typedef struct sprinter { */ void (*string)(struct sprinter *, const char *); void (*string_len)(struct sprinter *, const char *, size_t); - void (*integer)(struct sprinter *, int); + void (*integer)(struct sprinter *, int64_t); void (*boolean)(struct sprinter *, bool); void (*null)(struct sprinter *);