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.21 by root, Fri Nov 23 16:37:37 2007 UTC vs.
Revision 1.22 by root, Fri Nov 23 16:38:51 2007 UTC

88# define ev_prepare_stop(w) GEVAPI->prepare_stop (w) 88# define ev_prepare_stop(w) GEVAPI->prepare_stop (w)
89# define ev_check_start(w) GEVAPI->check_start (w) 89# define ev_check_start(w) GEVAPI->check_start (w)
90# define ev_check_stop(w) GEVAPI->check_stop (w) 90# define ev_check_stop(w) GEVAPI->check_stop (w)
91# define ev_child_start(w) GEVAPI->child_start (w) 91# define ev_child_start(w) GEVAPI->child_start (w)
92# define ev_child_stop(w) GEVAPI->child_stop (w) 92# define ev_child_stop(w) GEVAPI->child_stop (w)
93# define ev_ref() GEVAPI->ref (w) 93# define ev_ref() GEVAPI->ref ()
94# define ev_unref() GEVAPI->unref (w) 94# define ev_unref() GEVAPI->unref ()
95#endif 95#endif
96 96
97static struct EVAPI *GEVAPI; 97static struct EVAPI *GEVAPI;
98 98
99#define I_EV_API(YourName) \ 99#define I_EV_API(YourName) \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines