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

Comparing libev/ev.h (file contents):
Revision 1.82 by root, Sun Dec 9 19:42:57 2007 UTC vs.
Revision 1.83 by root, Sun Dec 9 19:46:56 2007 UTC

117#endif 117#endif
118#ifndef EV_PROTOTYPES 118#ifndef EV_PROTOTYPES
119# define EV_PROTOTYPES 1 119# define EV_PROTOTYPES 1
120#endif 120#endif
121 121
122#define EV_VERSION_MAJOR 1 122#define EV_VERSION_MAJOR 2
123#define EV_VERSION_MINOR 1 123#define EV_VERSION_MINOR 0
124 124
125#ifndef EV_CB_DECLARE 125#ifndef EV_CB_DECLARE
126# define EV_CB_DECLARE(type) void (*cb)(EV_P_ struct type *w, int revents); 126# define EV_CB_DECLARE(type) void (*cb)(EV_P_ struct type *w, int revents);
127#endif 127#endif
128#ifndef EV_CB_INVOKE 128#ifndef EV_CB_INVOKE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines