summaryrefslogtreecommitdiff
path: root/include/apr_file_io.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-09-03 16:31:47 +0000
committerJeff Trawick <trawick@apache.org>2003-09-03 16:31:47 +0000
commit42e067875751870570e21259a65c988c04256eff (patch)
tree6e92d359a14f7b4dfcec85724e062174ffd65e4c /include/apr_file_io.h
parent9fd9b40a920a4cc26156909efcf66b53bbc7fd07 (diff)
downloadapr-42e067875751870570e21259a65c988c04256eff.tar.gz
axe these deprecated functions:
apr_getsocketopt, apr_recv, apr_recvfrom, apr_send, apr_sendfile, apr_sendto, apr_sendv, apr_setsocketopt, apr_socket_set_inherit, apr_socket_unset_inherit git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64605 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_file_io.h')
-rw-r--r--include/apr_file_io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_file_io.h b/include/apr_file_io.h
index dbc8d422d..a33a5dab0 100644
--- a/include/apr_file_io.h
+++ b/include/apr_file_io.h
@@ -107,7 +107,7 @@ extern "C" {
#define APR_FILE_NOCLEANUP 0x00800 /**< Do not register a cleanup when the file
is opened */
#define APR_SENDFILE_ENABLED 0x01000 /**< Advisory flag that this file should
- support apr_sendfile operation */
+ support apr_socket_sendfile operation */
/** @} */
/**
@@ -195,7 +195,7 @@ typedef struct apr_file_t apr_file_t;
* be closed when the pool is destroyed.
* APR_SENDFILE_ENABLED Open with appropriate platform semantics
* for sendfile operations. Advisory only,
- * apr_sendfile does not check this flag.
+ * apr_socket_sendfile does not check this flag.
* </PRE>
* @param perm Access permissions for file.
* @param cont The pool to use.