X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=f60f540626d94df074f0294d439892b52bf03b46;hp=9e09c36a55c607f6c43cbf90b0afc2b5c34d2457;hb=f61d88c6f454c368282ac881a864f619a409ba42;hpb=0345bc57a0d00d576c0e8bccc23fd448736a4511 diff --git a/notmuch-client.h b/notmuch-client.h index 9e09c36a..f60f5406 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -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);