wrowe 02/04/29 05:49:58
Modified: include apr_compat.h
Log:
Ummm, has anyone even considered maintaining this since GA?
Revision Changes Path
1.14 +9 -0 apr/include/apr_compat.h
Index: apr_compat.h
===================================================================
RCS file: /home/cvs/apr/include/apr_compat.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- apr_compat.h 16 Mar 2002 06:19:55 -0000 1.13
+++ apr_compat.h 29 Apr 2002 12:49:57 -0000 1.14
@@ -11,6 +11,15 @@
* @{
*/
+/* changes between APACHE_2_0_35 and APACHE_2_0_36
+
+/** @deprecated @see apr_time_exp_tz */
+#define apr_explode_time apr_time_exp_tz
+/** @deprecated @see apr_time_exp_lt */
+#define apr_explode_localtime apr_time_exp_lt
+/** @deprecated @see apr_group_name_get */
+#define apr_get_groupname apr_group_name_get
+
/* redefine 1.3.x symbols to those that now live in libapr */
/** @see APR_INLINE */