X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch-private.h;h=643d9dd9d68867b9fa05cba23b5f65b3ab62ebea;hb=5e438d95c4671844cf4fddbd16c5744f41cda85c;hp=6063262a1e3a5e0f67b7d35844ba08b730c6a3e5;hpb=cf09631a45d276826255d197c1d5c913a29c79f4;p=notmuch diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 6063262a..643d9dd9 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -13,7 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/ . + * along with this program. If not, see https://www.gnu.org/licenses/ . * * Author: Carl Worth */ @@ -196,6 +196,10 @@ void _notmuch_database_log (notmuch_database_t *notmuch, const char *format, ...); +void +_notmuch_database_log_append (notmuch_database_t *notmuch, + const char *format, ...); + unsigned long _notmuch_database_new_revision (notmuch_database_t *notmuch);