Index: include/svn_client.h
===================================================================
--- include/svn_client.h	(revision 24376)
+++ include/svn_client.h	(working copy)
@@ -812,15 +812,6 @@
    * @since New in 1.3. */
   void *log_msg_baton2;
 
-  /** Log message callback function. NULL means that Subversion
-   *   should try @c log_msg_func2, then @c log_msg_func.
-   * @since New in 1.5. */
-  svn_client_get_commit_log3_t log_msg_func3;
-
-  /** The callback baton for @c log_msg_func3.
-   * @since New in 1.5. */
-  void *log_msg_baton3;
-
   /** Notification callback for network progress information.
    * May be NULL if not used.
    * @since New in 1.3. */
@@ -830,6 +821,15 @@
    * @since New in 1.3. */
   void *progress_baton;
 
+  /** Log message callback function. NULL means that Subversion
+   *   should try @c log_msg_func2, then @c log_msg_func.
+   * @since New in 1.5. */
+  svn_client_get_commit_log3_t log_msg_func3;
+
+  /** The callback baton for @c log_msg_func3.
+   * @since New in 1.5. */
+  void *log_msg_baton3;
+  
   /** MIME types map.
    * @since New in 1.5. */
   apr_hash_t *mimetypes_map;


