notes.c: Reorder functions in preparation for next commit
commita5cdebea55d53406e117d9a1fd4cc316ef036553
authorJohan Herland <johan@herland.net>
Tue, 9 Nov 2010 21:49:40 +0000 (9 22:49 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Nov 2010 18:25:52 +0000 (10 10:25 -0800)
tree383d5b5448b3ef89c60e170be6b38a1e8502e17c
parent4a9cf1cefc0fd05e0eb46f862e398f1e4ac1c9a7
notes.c: Reorder functions in preparation for next commit

This patch introduces no functional change. It consists solely of reordering
functions in notes.c to avoid use-before-declaration errors after applying
the next commit in this series.

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
notes.c