summaryrefslogtreecommitdiffstats
path: root/notmuch-show.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2017-10-10 01:49:02 -0400
committerDavid Bremner <david@tethera.net>2017-10-12 22:11:25 -0300
commit88f2a72ef1dcfce149bbac776652ea04e564726d (patch)
tree2e763a78af3f93d8cacb8a174791c37472e0a05a /notmuch-show.c
parent008a5e92eb157e2bb8622cb2fbf644deba5ba4b4 (diff)
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.
Diffstat (limited to 'notmuch-show.c')
-rw-r--r--notmuch-show.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-show.c b/notmuch-show.c
index 1cfc7465..7afd3947 100644
--- a/notmuch-show.c
+++ b/notmuch-show.c
@@ -1234,7 +1234,7 @@ notmuch_show_command (notmuch_config_t *config, int argc, char *argv[])
g_mime_stream_flush (params.out_stream);
g_object_unref (params.out_stream);
- notmuch_crypto_cleanup (&params.crypto);
+ _notmuch_crypto_cleanup (&params.crypto);
notmuch_query_destroy (query);
notmuch_database_destroy (notmuch);