diff options
| author | Jani Nikula <jani@nikula.org> | 2021-10-13 17:03:10 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-10-23 08:34:06 -0300 |
| commit | e0834e376a1078fc3a79978cf36a94785cdb2d30 (patch) | |
| tree | cc4634b52c735ac554f24f3cd59587069bfe2873 /lib/notmuch.h | |
| parent | f25e48e0234a050cab38306a066605a0f8bd3d12 (diff) | |
lib: fix commented out NOTMUCH_DEPRECATED()
Remove the comment markers from the placeholder NOTMUCH_DEPRECATED(),
added in commit e5f3c3ed5024 ("lib: add stub for
notmuch_database_open_with_config").
Diffstat (limited to 'lib/notmuch.h')
| -rw-r--r-- | lib/notmuch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/notmuch.h b/lib/notmuch.h index 074fc682..cb721b27 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -323,7 +323,7 @@ typedef enum { * config_path="" and error_message=NULL * @deprecated Deprecated as of libnotmuch 5.4 (notmuch 0.32) */ -/* NOTMUCH_DEPRECATED(5, 4) */ +NOTMUCH_DEPRECATED(5, 4) notmuch_status_t notmuch_database_open (const char *path, notmuch_database_mode_t mode, @@ -335,7 +335,7 @@ notmuch_database_open (const char *path, * @deprecated Deprecated as of libnotmuch 5.4 (notmuch 0.32) * */ -/* NOTMUCH_DEPRECATED(5, 4) */ +NOTMUCH_DEPRECATED(5, 4) notmuch_status_t notmuch_database_open_verbose (const char *path, notmuch_database_mode_t mode, |
