aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch-private.h
diff options
context:
space:
mode:
authorGravatar Jeffrey C. Ollie <jeff@ocjtech.us>2009-11-28 14:11:16 -0600
committerGravatar Carl Worth <cworth@cworth.org>2009-12-03 17:07:22 -0800
commit95f97540a01cd7b4a3da5e2f27837956182869b2 (patch)
tree255484bedda294b37d2d658496204e6e92bea649 /lib/notmuch-private.h
parentb86e30be06548f08cc002d6739c0e4071debcd0d (diff)
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>
Diffstat (limited to 'lib/notmuch-private.h')
-rw-r--r--lib/notmuch-private.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index d2678f06..0c340a76 100644
--- a/lib/notmuch-private.h
+++ b/lib/notmuch-private.h
@@ -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 *