summaryrefslogtreecommitdiff
path: root/eio.h
diff options
context:
space:
mode:
authorroot <root>2011-07-05 18:59:28 +0000
committerroot <root>2011-07-05 18:59:28 +0000
commit99c469fd3eaa9d1f5aef91cc55fbc1dff1aaf607 (patch)
treec38078b50a5405827158ebe7e2d27d077ef70d2d /eio.h
parent23068c2bb1e8510d27176a3c3c79d55656502441 (diff)
*** empty log message ***
Diffstat (limited to 'eio.h')
-rw-r--r--eio.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/eio.h b/eio.h
index 2f96681..2f8f029 100644
--- a/eio.h
+++ b/eio.h
@@ -321,11 +321,9 @@ void eio_grp_cancel (eio_req *grp); /* cancels all sub requests but not the g
void eio_submit (eio_req *req);
/* cancel a request as soon fast as possible, if possible */
void eio_cancel (eio_req *req);
-/* destroy a request that has never been submitted */
-void eio_destroy (eio_req *req);
/*****************************************************************************/
-/* convinience functions */
+/* convenience functions */
ssize_t eio_sendfile_sync (int ofd, int ifd, off_t offset, size_t count);