aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-private.h
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-10-23 14:31:01 -0700
committerGravatar Carl Worth <cworth@cworth.org>2009-10-23 14:31:01 -0700
commit68a10091d6b2c29e996ee84040eecad487cb5e91 (patch)
tree1f3cfd152cf2ef0b505f933c02684cfcbca5e038 /notmuch-private.h
parent668f20bdfbaa5ae9caedd3f02017c5637e5e6ff7 (diff)
Add notmuch_database_set_timestamp and notmuch_database_get_timestamp
These will be very helpful to implement an efficient "notmuch new" command which imports new mail messages that have appeared.
Diffstat (limited to 'notmuch-private.h')
-rw-r--r--notmuch-private.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/notmuch-private.h b/notmuch-private.h
index 5d0c1fae..88b01bd3 100644
--- a/notmuch-private.h
+++ b/notmuch-private.h
@@ -21,15 +21,15 @@
#ifndef NOTMUCH_PRIVATE_H
#define NOTMUCH_PRIVATE_H
-#include "notmuch.h"
-
-NOTMUCH_BEGIN_DECLS
-
#ifndef _GNU_SOURCE
#define _GNU_SOURCE /* For getline */
#endif
-
#include <stdio.h>
+
+#include "notmuch.h"
+
+NOTMUCH_BEGIN_DECLS
+
#include <stdlib.h>
#include <stdarg.h>
#include <sys/types.h>