]> rtime.felk.cvut.cz Git - notmuch.git/commit
lib: constify arguments to notmuch_query_get_*
authorDavid Bremner <david@tethera.net>
Wed, 23 Sep 2015 11:31:19 +0000 (08:31 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 23 Sep 2015 11:58:19 +0000 (08:58 -0300)
commit93ee4faa4d60e78c8cfeb95580919cac07ac0eca
tree263cb15aba2c3751d2da4a816a0a3be1b0384d1c
parent6cdd34a4c762c954426f586d514a3e041c1db3b0
lib: constify arguments to notmuch_query_get_*

These functions are all just accessors, and it's pretty clear they don't
modify the query struct. This also fixes one warning I created when I
introduced status.c.
lib/notmuch.h
lib/query.cc