mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
Remove unused notmuch_parse_date function prototype.
notmuch_parse_date is not implemented, so remove the unused function prototype. Signed-off-by: Jeffrey C. Ollie <jeff@ocjtech.us>
This commit is contained in:
parent
b86e30be06
commit
95f97540a0
1 changed files with 0 additions and 12 deletions
|
@ -332,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 *
|
||||
|
|
Loading…
Reference in a new issue