summaryrefslogtreecommitdiff
path: root/libapr.def
diff options
context:
space:
mode:
authorstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2000-02-21 16:41:41 +0000
committerstoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68>2000-02-21 16:41:41 +0000
commit69639be07f29701615760935d046321520f7070c (patch)
treeb34f6659f9905cfff3898c835cdbaf13b6f3d77a /libapr.def
parent75a20b5137b0b5ff6e32d49623450f05a595e980 (diff)
downloadlibapr-69639be07f29701615760935d046321520f7070c.tar.gz
Make file I/O and network I/O writev/sendv APIs consistent.
Eliminate use of ap_iovec_t and use Posix struct iovec. I never did hear a case (much less a strong case) supporting the need for ap_iovec_t, so out it goes. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59663 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.def')
-rw-r--r--libapr.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/libapr.def b/libapr.def
index a82b8feea..7ac00628d 100644
--- a/libapr.def
+++ b/libapr.def
@@ -20,7 +20,7 @@ EXPORTS
; ap_get_filesize @12
; ap_get_fileatime @13
; ap_get_filectime @14
- ap_make_iov @15
+; ap_make_iov @15
ap_dupfile @16
ap_getfileinfo @17
ap_open @18