svn commit: r1920827 - in /subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra: ra_loader.c ra_loader.h

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: rinrab
Date: Sat Sep 21 11:47:51 2024
New Revision: 1920827

URL: http://svn.apache.org/viewvc?rev=1920827&view=rev
Log:
On the 'windows-shared-ra-modules' branch: Move declarations of RA modules
from ra-loader.h to ra-loader.c.

* subversion/libsvn_ra/ra_loader.c
  (ra-init): Move from here...
* subversion/libsvn_ra/ra_loader.h
  (includes) Over there.

Modified:
    subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/ra_loader.c
    subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/ra_loader.h

Modified: subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/ra_loader.c
URL: http://svn.apache.org/viewvc/subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/ra_loader.c?rev=1920827&r1=1920826&r2=1920827&view=diff
==============================================================================
--- subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/ra_loader.c (original)
+++ subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/ra_loader.c Sat Sep 21 11:47:51 2024
@@ -56,6 +56,10 @@
 #include "private/svn_ra_private.h"
 #include "svn_private_config.h"
 
+/* Declarations of the init functions for the available RA libraries. */
+#include "../libsvn_ra_local/ra_init.h"
+#include "../libsvn_ra_svn/ra_init.h"
+#include "../libsvn_ra_serf/ra_init.h"
 
 
 

Modified: subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/ra_loader.h
URL: http://svn.apache.org/viewvc/subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/ra_loader.h?rev=1920827&r1=1920826&r2=1920827&view=diff
==============================================================================
--- subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/ra_loader.h (original)
+++ subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/ra_loader.h Sat Sep 21 11:47:51 2024
@@ -419,11 +419,6 @@ typedef svn_error_t *
                        const svn_ra__vtable_t **vtable,
                        apr_pool_t *pool);
 
-/* Declarations of the init functions for the available RA libraries. */
-#include "../libsvn_ra_local/ra_init.h"
-#include "../libsvn_ra_svn/ra_init.h"
-#include "../libsvn_ra_serf/ra_init.h"
-
 
 
 /*** Compat Functions ***/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.