summaryrefslogtreecommitdiff
path: root/eio.c
diff options
context:
space:
mode:
authorroot <root>2011-06-10 12:35:17 +0000
committerroot <root>2011-06-10 12:35:17 +0000
commitf7819174f1be7c8a58b9f751e1d3c9a41b081cdc (patch)
treeaf21bf1817220b491961c4dd0d70f9554a619d4f /eio.c
parent5e8581f15bc308454846cb79c772083dab66b04f (diff)
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r--eio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eio.c b/eio.c
index f7a9666..fd14070 100644
--- a/eio.c
+++ b/eio.c
@@ -2031,7 +2031,7 @@ 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);
}
-eio_req *eio_custom (void (*)(eio_req *) execute, int pri, eio_cb cb, void *data);
+eio_req *eio_custom (void (*execute)(eio_req *), int pri, eio_cb cb, void *data)
{
REQ (EIO_CUSTOM); req->feed = execute; SEND;
}