summaryrefslogtreecommitdiff
path: root/eio.h
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.h
parent5e8581f15bc308454846cb79c772083dab66b04f (diff)
*** empty log message ***
Diffstat (limited to 'eio.h')
-rw-r--r--eio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eio.h b/eio.h
index 31168fd..cad405d 100644
--- a/eio.h
+++ b/eio.h
@@ -291,7 +291,7 @@ eio_req *eio_mknod (const char *path, mode_t mode, dev_t dev, int pri, eio_c
eio_req *eio_link (const char *path, const char *new_path, int pri, eio_cb cb, void *data);
eio_req *eio_symlink (const char *path, const char *new_path, int pri, eio_cb cb, void *data);
eio_req *eio_rename (const char *path, const char *new_path, int pri, eio_cb cb, void *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);
#endif
/*****************************************************************************/