Reordered declarations.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8026 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/exp-drd/pub_drd_bitmap.h b/exp-drd/pub_drd_bitmap.h
index 1c22050..32ac74b 100644
--- a/exp-drd/pub_drd_bitmap.h
+++ b/exp-drd/pub_drd_bitmap.h
@@ -62,12 +62,12 @@
 void bm_access_load_2(struct bitmap* const bm, const Addr a1);
 void bm_access_load_4(struct bitmap* const bm, const Addr a1);
 void bm_access_load_8(struct bitmap* const bm, const Addr a1);
+void bm_access_range_store(struct bitmap* const bm,
+                           const Addr a1, const Addr a2);
 void bm_access_store_1(struct bitmap* const bm, const Addr a1);
 void bm_access_store_2(struct bitmap* const bm, const Addr a1);
 void bm_access_store_4(struct bitmap* const bm, const Addr a1);
 void bm_access_store_8(struct bitmap* const bm, const Addr a1);
-void bm_access_range_store(struct bitmap* const bm,
-                           const Addr a1, const Addr a2);
 Bool bm_has(const struct bitmap* const bm,
             const Addr a1, const Addr a2,
             const BmAccessTypeT access_type);