You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2011/03/26 07:24:48 UTC

svn commit: r1085655 - in /apr/apr: branches/1.3.x/include/apr_portable.h branches/1.4.x/include/apr_portable.h branches/1.5.x/include/apr_portable.h trunk/include/apr_portable.h

Author: fuankg
Date: Sat Mar 26 06:24:48 2011
New Revision: 1085655

URL: http://svn.apache.org/viewvc?rev=1085655&view=rev
Log:
Moved apr_os_uuid_get prototype out of APR_HAS_DSO block.

This avoids a missing prototype warning since the function's
C code gets compiled independent of APR_HAS_DSO.

Modified:
    apr/apr/branches/1.3.x/include/apr_portable.h
    apr/apr/branches/1.4.x/include/apr_portable.h
    apr/apr/branches/1.5.x/include/apr_portable.h
    apr/apr/trunk/include/apr_portable.h

Modified: apr/apr/branches/1.3.x/include/apr_portable.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/include/apr_portable.h?rev=1085655&r1=1085654&r2=1085655&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/include/apr_portable.h (original)
+++ apr/apr/branches/1.3.x/include/apr_portable.h Sat Mar 26 06:24:48 2011
@@ -471,6 +471,10 @@ APR_DECLARE(apr_status_t) apr_os_dso_han
 APR_DECLARE(apr_status_t) apr_os_dso_handle_get(apr_os_dso_handle_t *dso,
                                                 apr_dso_handle_t *aprdso);
 
+/** @} */
+#endif /* APR_HAS_DSO */
+
+
 #if APR_HAS_OS_UUID
 /**
  * Private: apr-util's apr_uuid module when supported by the platform
@@ -478,9 +482,6 @@ APR_DECLARE(apr_status_t) apr_os_dso_han
 APR_DECLARE(apr_status_t) apr_os_uuid_get(unsigned char *uuid_data);
 #endif
 
-/** @} */
-#endif /* APR_HAS_DSO */
-
 
 /**
  * Get the name of the system default character set.

Modified: apr/apr/branches/1.4.x/include/apr_portable.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/include/apr_portable.h?rev=1085655&r1=1085654&r2=1085655&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/include/apr_portable.h (original)
+++ apr/apr/branches/1.4.x/include/apr_portable.h Sat Mar 26 06:24:48 2011
@@ -471,6 +471,10 @@ APR_DECLARE(apr_status_t) apr_os_dso_han
 APR_DECLARE(apr_status_t) apr_os_dso_handle_get(apr_os_dso_handle_t *dso,
                                                 apr_dso_handle_t *aprdso);
 
+/** @} */
+#endif /* APR_HAS_DSO */
+
+
 #if APR_HAS_OS_UUID
 /**
  * Private: apr-util's apr_uuid module when supported by the platform
@@ -478,9 +482,6 @@ APR_DECLARE(apr_status_t) apr_os_dso_han
 APR_DECLARE(apr_status_t) apr_os_uuid_get(unsigned char *uuid_data);
 #endif
 
-/** @} */
-#endif /* APR_HAS_DSO */
-
 
 /**
  * Get the name of the system default character set.

Modified: apr/apr/branches/1.5.x/include/apr_portable.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/include/apr_portable.h?rev=1085655&r1=1085654&r2=1085655&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/include/apr_portable.h (original)
+++ apr/apr/branches/1.5.x/include/apr_portable.h Sat Mar 26 06:24:48 2011
@@ -471,6 +471,10 @@ APR_DECLARE(apr_status_t) apr_os_dso_han
 APR_DECLARE(apr_status_t) apr_os_dso_handle_get(apr_os_dso_handle_t *dso,
                                                 apr_dso_handle_t *aprdso);
 
+/** @} */
+#endif /* APR_HAS_DSO */
+
+
 #if APR_HAS_OS_UUID
 /**
  * Private: apr-util's apr_uuid module when supported by the platform
@@ -478,9 +482,6 @@ APR_DECLARE(apr_status_t) apr_os_dso_han
 APR_DECLARE(apr_status_t) apr_os_uuid_get(unsigned char *uuid_data);
 #endif
 
-/** @} */
-#endif /* APR_HAS_DSO */
-
 
 /**
  * Get the name of the system default character set.

Modified: apr/apr/trunk/include/apr_portable.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_portable.h?rev=1085655&r1=1085654&r2=1085655&view=diff
==============================================================================
--- apr/apr/trunk/include/apr_portable.h (original)
+++ apr/apr/trunk/include/apr_portable.h Sat Mar 26 06:24:48 2011
@@ -471,6 +471,10 @@ APR_DECLARE(apr_status_t) apr_os_dso_han
 APR_DECLARE(apr_status_t) apr_os_dso_handle_get(apr_os_dso_handle_t *dso,
                                                 apr_dso_handle_t *aprdso);
 
+/** @} */
+#endif /* APR_HAS_DSO */
+
+
 #if APR_HAS_OS_UUID
 /**
  * Private: apr-util's apr_uuid module when supported by the platform
@@ -478,9 +482,6 @@ APR_DECLARE(apr_status_t) apr_os_dso_han
 APR_DECLARE(apr_status_t) apr_os_uuid_get(unsigned char *uuid_data);
 #endif
 
-/** @} */
-#endif /* APR_HAS_DSO */
-
 
 /**
  * Get the name of the system default character set.