mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 15:21:41 +01:00
debian: new symbols for atomicity api
There are three new symbols in libnotmuch. In addition to notmuch_{begin,end)_atomic, notmuch_database_find_message_by_filename was exposed.
This commit is contained in:
parent
35f4a0f18b
commit
9d5b810ab6
1 changed files with 3 additions and 0 deletions
3
debian/libnotmuch1.symbols
vendored
3
debian/libnotmuch1.symbols
vendored
|
@ -1,8 +1,11 @@
|
|||
libnotmuch.so.1 libnotmuch1 #MINVER#
|
||||
notmuch_database_add_message@Base 0.3
|
||||
notmuch_database_begin_atomic@Base 0.9~rc1
|
||||
notmuch_database_close@Base 0.3
|
||||
notmuch_database_create@Base 0.3
|
||||
notmuch_database_end_atomic@Base 0.9~rc1
|
||||
notmuch_database_find_message@Base 0.3
|
||||
notmuch_database_find_message_by_filename@Base 0.9~rc1
|
||||
notmuch_database_get_all_tags@Base 0.3
|
||||
notmuch_database_get_directory@Base 0.3
|
||||
notmuch_database_get_path@Base 0.3
|
||||
|
|
Loading…
Reference in a new issue