]> git.cworth.org Git - notmuch/blobdiff - notmuch-client.h
CLI: use configured hook directory
[notmuch] / notmuch-client.h
index 9e09c36a55c607f6c43cbf90b0afc2b5c34d2457..f60f540626d94df074f0294d439892b52bf03b46 100644 (file)
@@ -339,7 +339,7 @@ const char *
 _notmuch_config_get_path (notmuch_config_t *config);
 
 int
-notmuch_run_hook (const char *db_path, const char *hook);
+notmuch_run_hook (notmuch_database_t *notmuch, const char *hook);
 
 bool
 debugger_is_active (void);