summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-03-15 00:33:59 +0000
committerianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-03-15 00:33:59 +0000
commitfd5c9536e9d3d8041cd7657d8abfefdb23e551af (patch)
tree8058ada544e07a2621d613f7cf66ca537f2cc017 /include
parent6d915aab4829e6d292b3e7e70feaee210e5a6155 (diff)
downloadlibapr-fd5c9536e9d3d8041cd7657d8abfefdb23e551af.tar.gz
add a #define for apr_exploded_time_t in here as well
this will stop people's current work from breaking PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/apr_compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apr_compat.h b/include/apr_compat.h
index 23a307ae0..e6d9045f0 100644
--- a/include/apr_compat.h
+++ b/include/apr_compat.h
@@ -62,6 +62,8 @@
#define ap_destroy_pool apr_pool_destroy
/** @deprecated @see apr_time_exp_t */
#define ap_exploded_time_t apr_time_exp_t
+/** @deprecated @see apr_time_exp_t */
+#define apr_exploded_time_t apr_time_exp_t
/** @deprecated @see apr_fnmatch */
#define ap_fnmatch apr_fnmatch
/** @deprecated @see apr_getopt */