mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
lib: fix commented out NOTMUCH_DEPRECATED()
Remove the comment markers from the placeholder NOTMUCH_DEPRECATED(),
added in commit e5f3c3ed50
("lib: add stub for
notmuch_database_open_with_config").
This commit is contained in:
parent
f25e48e023
commit
e0834e376a
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue