]> git.cworth.org Git - notmuch/commit
crypto: rename notmuch_crypto_t to _notmuch_crypto_t
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 10 Oct 2017 05:49:02 +0000 (01:49 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 13 Oct 2017 01:11:25 +0000 (22:11 -0300)
commit88f2a72ef1dcfce149bbac776652ea04e564726d
tree2e763a78af3f93d8cacb8a174791c37472e0a05a
parent008a5e92eb157e2bb8622cb2fbf644deba5ba4b4
crypto: rename notmuch_crypto_t to _notmuch_crypto_t

The notmuch_crypto_t struct isn't used externally, and we have no
plans to explicitly export it.  Prefix its name (and associated
functions) with _ to make that intent clear.
crypto.c
mime-node.c
notmuch-client.h
notmuch-reply.c
notmuch-show.c