wrowe 01/01/23 09:40:12
Modified: include apr_base64.h
Log:
Clean the last vestage of AP_/APACHE_ symbols from apr
Submitted by: Jean-Frederic Clere <[EMAIL PROTECTED]>
Revision Changes Path
1.14 +3 -3 apr-util/include/apr_base64.h
Index: apr_base64.h
===================================================================
RCS file: /home/cvs/apr-util/include/apr_base64.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- apr_base64.h 2001/01/19 07:01:26 1.13
+++ apr_base64.h 2001/01/23 17:40:08 1.14
@@ -56,8 +56,8 @@
* Tsirigotis <[EMAIL PROTECTED]> for xinetd.
*/
-#ifndef APACHE_BASE64_H
-#define APACHE_BASE64_H
+#ifndef APR_BASE64_H
+#define APR_BASE64_H
#include "apu.h"
#include "apr_general.h"
@@ -146,4 +146,4 @@
}
#endif
-#endif /* !APACHE_BASE64_H */
+#endif /* !APR_BASE64_H */