diff options
author | stoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68> | 2000-01-26 05:56:40 +0000 |
---|---|---|
committer | stoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68> | 2000-01-26 05:56:40 +0000 |
commit | 983ea0ca132643515daac34189a471c500520713 (patch) | |
tree | 6cc960432aa803432a4d8fa4cef9cd2e0eea2e7d /libapr.def | |
parent | 2d9aeb51dd1678556b144b7b2b8ca70fb58884c1 (diff) | |
download | libapr-983ea0ca132643515daac34189a471c500520713.tar.gz |
Begin migrating Windows to use APR sockets. Clean-up sendfile a bit more.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59621 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.def')
-rw-r--r-- | libapr.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libapr.def b/libapr.def index 0506711ef..ae6bf83c8 100644 --- a/libapr.def +++ b/libapr.def @@ -65,8 +65,8 @@ EXPORTS ap_send @56 ap_recv @57 ap_setsocketopt @58 -; ap_getport @59 -; ap_setport @60 + ap_sendv @59 + ap_sendfile @60 ap_setup_poll @61 ap_poll @62 ap_add_poll_socket @63 |