summaryrefslogtreecommitdiff
path: root/eio.c
diff options
context:
space:
mode:
authorroot <root>2008-05-13 18:54:52 +0000
committerroot <root>2008-05-13 18:54:52 +0000
commit760ff454608d7b39f8667f03ad9c89e729a06815 (patch)
treee987d695979ce6edc650321939181f23b2761b71 /eio.c
parentb75e590990962d7d68829a222860b146dc1f3a7f (diff)
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r--eio.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/eio.c b/eio.c
index a65b617..ca7d27a 100644
--- a/eio.c
+++ b/eio.c
@@ -1073,6 +1073,8 @@ static void eio_api_destroy (eio_req *req)
return 0; \
}
+#ifndef EIO_NO_WRAPPERS
+
eio_req *eio_nop (int pri, eio_cb cb, void *data)
{
REQ (EIO_NOP); SEND;
@@ -1255,6 +1257,8 @@ eio_req *eio_rename (const char *path, const char *new_path, int pri, eio_cb cb,
return eio__2path (EIO_RENAME, path, new_path, pri, cb, data);
}
+#endif
+
eio_req *eio_grp (eio_cb cb, void *data)
{
const int pri = EIO_PRI_MAX;