summaryrefslogtreecommitdiff
path: root/include/apr.h.in
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-19 07:04:35 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-19 07:04:35 +0000
commit222eb751877f2a35eddaaf6990af87dd84c1ab25 (patch)
tree0cc927dd32ddf0dc7d143d8ad73c4c14664faa49 /include/apr.h.in
parent902134ea04eb2cd97ee7ab340895744d9353ce3e (diff)
downloadlibapr-222eb751877f2a35eddaaf6990af87dd84c1ab25.tar.gz
The big change. This is part 3 of the apr-util symbols rename, please
see the first commit of srclib/apr-util/include (cvs apr-util/include) for the quick glance at symbols changed. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.h.in')
-rw-r--r--include/apr.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apr.h.in b/include/apr.h.in
index d047bbe81..b2660d9ee 100644
--- a/include/apr.h.in
+++ b/include/apr.h.in
@@ -135,6 +135,8 @@
/* Typedefs that APR needs. */
+typedef unsigned char apr_byte_t;
+
typedef @short_value@ apr_int16_t;
typedef unsigned @short_value@ apr_uint16_t;