]> git.notmuchmail.org Git - notmuch/commitdiff
lib: fix commented out NOTMUCH_DEPRECATED()
authorJani Nikula <jani@nikula.org>
Wed, 13 Oct 2021 14:03:10 +0000 (17:03 +0300)
committerDavid Bremner <david@tethera.net>
Sat, 23 Oct 2021 11:34:06 +0000 (08:34 -0300)
Remove the comment markers from the placeholder NOTMUCH_DEPRECATED(),
added in commit e5f3c3ed5024 ("lib: add stub for
notmuch_database_open_with_config").

lib/notmuch.h

index 074fc68287aa247c18890b2332552197c6a06c1c..cb721b27b74937cf74fc1521d8cdff25f569ac48 100644 (file)
@@ -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,