diff options
| author | root <root> | 2011-06-05 22:44:30 +0000 | 
|---|---|---|
| committer | root <root> | 2011-06-05 22:44:30 +0000 | 
| commit | 562389953303997321d4f4517a27535ed3828c6e (patch) | |
| tree | 92a8a2d5b1a08f1bbda52d6da4ae55918e57dfec /eio.h | |
| parent | 71e6cec06527558680f5d779a00d469205fd4567 (diff) | |
*** empty log message ***
Diffstat (limited to 'eio.h')
| -rw-r--r-- | eio.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -249,7 +249,7 @@ unsigned int eio_npending (void); /* numbe rof finished but unhandled requests *  unsigned int eio_nthreads (void); /* number of worker threads in use currently */  /*****************************************************************************/ -/* convinience wrappers */ +/* convenience wrappers */  #ifndef EIO_NO_WRAPPERS  eio_req *eio_nop       (int pri, eio_cb cb, void *data); /* does nothing except go through the whole process */ @@ -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    (eio_cb execute, int pri, eio_cb cb, void *data); +eio_req *eio_custom    (void (*)(eio_req *) execute, int pri, eio_cb cb, void *data);  #endif  /*****************************************************************************/ | 
