X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=0c340a769fc005d9b98c1b46a36c77492dcc6c72;hp=d3f9a4c4ba4727c0860804ac30a0ddfd883565b6;hb=95f97540a01cd7b4a3da5e2f27837956182869b2;hpb=70962fabf9c57cda5af26c28894fc9371fd085f2 diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index d3f9a4c4..0c340a76 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -26,6 +26,8 @@ #endif #include +#include "compat.h" + #include "notmuch.h" NOTMUCH_BEGIN_DECLS @@ -330,18 +332,6 @@ void _notmuch_message_add_reply (notmuch_message_t *message, notmuch_message_node_t *reply); -/* date.c */ - -/* Parse an RFC 8222 date string to a time_t value. - * - * The tz_offset argument can be used to also obtain the time-zone - * offset, (but can be NULL if the call is not interested in that). - * - * Returns 0 on error. - */ -time_t -notmuch_parse_date (const char *str, int *tz_offset); - /* sha1.c */ char *