summaryrefslogtreecommitdiff
path: root/eio.h
diff options
context:
space:
mode:
authorroot <root>2011-09-27 00:41:52 +0000
committerroot <root>2011-09-27 00:41:52 +0000
commita8bec0f61c72db8719d737a36bb508fd82cac33c (patch)
tree080f5100e38c380b5cba86b14394731bd6e7a0fc /eio.h
parentcc27acee86d3e99af25c51c5fb55f604dcd7aec4 (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 8342ad2..812a941 100644
--- a/eio.h
+++ b/eio.h
@@ -92,7 +92,7 @@ typedef int (*eio_cb)(eio_req *req);
/* managing working directories */
-typedef void *eio_wd;
+typedef struct eio_pwd *eio_wd;
#define EIO_CWD 0 /* the current working directory of the process, guaranteed to be a null pointer */
#define EIO_INVALID_WD ((eio_wd)(int)-1) /* failure return for eio_wd_open */