]> rtime.felk.cvut.cz Git - notmuch.git/commit
lib: Start all function names in notmuch-private.h with
authorCharles Celerier <cceleri@cs.stanford.edu>
Tue, 13 May 2014 09:44:05 +0000 (05:44 -0400)
committerDavid Bremner <david@tethera.net>
Sun, 13 Jul 2014 15:25:29 +0000 (12:25 -0300)
commitdf8885f62c13f77b2b16cbb211e3a727945870b0
tree790fe4568e71a463879efd01ba48efa2ad395a26
parentc2d8236b56e713ae2e7053c9ea3cc13f7d1283c4
lib: Start all function names in notmuch-private.h with

As noted in devel/STYLE, every private library function should start
with _notmuch. This patch corrects function naming that did not adhere
to this style in lib/notmuch-private.h. In particular, the old function
names that now begin with _notmuch are

    notmuch_sha1_of_file
    notmuch_sha1_of_string
    notmuch_message_file_close
    notmuch_message_file_get_header
    notmuch_message_file_open
    notmuch_message_get_author
    notmuch_message_set_author

Signed-off-by: Charles Celerier <cceleri@cs.stanford.edu>
lib/database.cc
lib/message-file.c
lib/message.cc
lib/notmuch-private.h
lib/sha1.c
lib/thread.cc