aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index afb0ddf9..0bfa4da9 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -204,6 +204,9 @@ notmuch_tag_command (notmuch_config_t *config, int argc, char *argv[]);
int
notmuch_config_command (notmuch_config_t *config, int argc, char *argv[]);
+int
+notmuch_compact_command (notmuch_config_t *config, int argc, char *argv[]);
+
const char *
notmuch_time_relative_date (const void *ctx, time_t then);