* subversion/libsvn_subr/private_uri.h1.6.x-no-svn_uri1.6.x-no-svn_uri
authorBert Huiben <[email protected]>
Wed, 4 Mar 2009 22:57:33 +0000 (4 22:57 +0000)
committerBert Huiben <[email protected]>
Wed, 4 Mar 2009 22:57:33 +0000 (4 22:57 +0000)
  (global): Update comment and update #define in standard internal format.

git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/1.6.x-no-svn_uri@876406 13f79535-47bb-0310-9956-ffa450edef68

subversion/libsvn_subr/private_uri.h

index 8a7ff21..2e938cb 100644 (file)
@@ -15,7 +15,7 @@
  * ====================================================================
  * @endcopyright
  *
- * @file svn_private_uri.h
+ * @file private_uri.h
  * @brief Header file for currently internal svn_uri_*() API
  *
  * ### These Functions will be added to the public API in 1.7
@@ -23,8 +23,8 @@
  *     this api has been removed from 1.6 to allow future redesign.
  */
 
-#ifndef SVN_PRIVATE_URI_H
-#define SVN_PRIVATE_URI_H
+#ifndef SVN_LIBSVN_SUBR_PRIVATE_URI_H
+#define SVN_LIBSVN_SUBR_PRIVATE_URI_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -146,4 +146,4 @@ svn_uri_is_ancestor(const char *path1,
 }
 #endif /* __cplusplus */
 
-#endif /* SVN_PRIVATE_URI_H */
+#endif /* SVN_LIBSVN_SUBR_PRIVATE_URI_H */