aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-09-24 14:17:44 -0400
committerGravatar David Bremner <bremner@debian.org>2011-09-24 20:00:29 -0300
commit9d5b810ab6c586acaf0beea850336e210b35bc74 (patch)
tree242cc557136aaeb0e698f56c5474ecf6a6c16aeb /debian
parent35f4a0f18b2484e835e8b647f3d2c2782efcc406 (diff)
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.
Diffstat (limited to 'debian')
-rw-r--r--debian/libnotmuch1.symbols3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/libnotmuch1.symbols b/debian/libnotmuch1.symbols
index 05d86e6d..e2b23efa 100644
--- a/debian/libnotmuch1.symbols
+++ b/debian/libnotmuch1.symbols
@@ -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