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

Comparing EV/EV/EVAPI.h (file contents):
Revision 1.57 by root, Wed Dec 5 17:18:47 2012 UTC vs.
Revision 1.58 by root, Tue Jan 15 21:49:38 2013 UTC

55 unsigned int (*backend)(EV_P); 55 unsigned int (*backend)(EV_P);
56 unsigned int (*iteration)(EV_P); 56 unsigned int (*iteration)(EV_P);
57 unsigned int (*depth)(EV_P); 57 unsigned int (*depth)(EV_P);
58 ev_tstamp (*now)(EV_P); 58 ev_tstamp (*now)(EV_P);
59 void (*now_update)(EV_P); 59 void (*now_update)(EV_P);
60 void (*run)(EV_P_ int flags); 60 int (*run)(EV_P_ int flags);
61 void (*break_)(EV_P_ int how); 61 void (*break_)(EV_P_ int how);
62 void (*suspend)(EV_P); 62 void (*suspend)(EV_P);
63 void (*resume) (EV_P); 63 void (*resume) (EV_P);
64 void (*ref) (EV_P); 64 void (*ref) (EV_P);
65 void (*unref)(EV_P); 65 void (*unref)(EV_P);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines