Changes in lib/events.h [25b5a4a:c5c18c1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/events.h
r25b5a4a rc5c18c1 81 81 G_MODULE_EXPORT void b_event_remove(gint id); 82 82 83 /* With libevent, this one also cleans up event handlers if that wasn't already 84 done (the caller is expected to do so but may miss it sometimes). */ 83 /* For now, closesocket() is only a function when using libevent. With GLib 84 it's a preprocessor macro. */ 85 #ifdef EVENTS_LIBEVENT 85 86 G_MODULE_EXPORT void closesocket(int fd); 87 #endif 86 88 87 89 #endif /* _EVENTS_H_ */
Note: See TracChangeset
for help on using the changeset viewer.