diff options
author | root <root> | 2011-06-10 12:35:17 +0000 |
---|---|---|
committer | root <root> | 2011-06-10 12:35:17 +0000 |
commit | f7819174f1be7c8a58b9f751e1d3c9a41b081cdc (patch) | |
tree | af21bf1817220b491961c4dd0d70f9554a619d4f /eio.c | |
parent | 5e8581f15bc308454846cb79c772083dab66b04f (diff) |
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r-- | eio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |