ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/eio.h
(Generate patch)

Comparing libeio/eio.h (file contents):
Revision 1.8 by root, Tue May 13 18:50:27 2008 UTC vs.
Revision 1.9 by root, Tue May 13 18:50:56 2008 UTC

6 6
7typedef struct eio_req eio_req; 7typedef struct eio_req eio_req;
8 8
9typedef int (*eio_cb)(eio_req *req); 9typedef int (*eio_cb)(eio_req *req);
10 10
11#ifndef EIO_COMMON 11#ifndef EIO_REQ_MEMBERS
12# define EIO_COMMON 12# define EIO_REQ_MEMBERS
13#endif 13#endif
14 14
15#ifndef EIO_STRUCT_STAT 15#ifndef EIO_STRUCT_STAT
16# define EIO_STRUCT_STAT struct stat 16# define EIO_STRUCT_STAT struct stat
17#endif 17#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines