Changeset 3491 for pjproject/trunk/pjlib/src/pj/ioqueue_select.c
- Timestamp:
- Mar 31, 2011 5:54:16 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/ioqueue_select.c
r3456 r3491 126 126 127 127 /* Proto */ 128 #if defined(PJ_IPHONE_OS_HAS_MULTITASKING_SUPPORT) && \ 129 PJ_IPHONE_OS_HAS_MULTITASKING_SUPPORT!=0 128 130 static pj_status_t replace_udp_sock(pj_ioqueue_key_t *h); 131 #endif 129 132 130 133 /* Include implementation for common abstraction after we declare
Note: See TracChangeset
for help on using the changeset viewer.