]> git.notmuchmail.org Git - notmuch/commitdiff
lib: Rename iterator functions to prepare for reverse iteration.
authorCarl Worth <cworth@cworth.org>
Tue, 9 Mar 2010 17:22:29 +0000 (09:22 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 9 Mar 2010 17:22:29 +0000 (09:22 -0800)
We rename 'has_more' to 'valid' so that it can function whether
iterating in a forward or reverse direction. We also rename
'advance' to 'move_to_next' to setup parallel naming with
the proposed functions 'move_to_first', 'move_to_last', and
'move_to_previous'.


No differences found