Changeset 26844 in vbox for trunk/include/iprt/poll.h
- Timestamp:
- Feb 26, 2010 1:03:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/poll.h
r26827 r26844 181 181 * @param hPollSet The poll set. 182 182 */ 183 RTDECL(uint32_t) RTPoll GetCount(RTPOLLSET hPollSet);183 RTDECL(uint32_t) RTPollSetCount(RTPOLLSET hPollSet); 184 184 185 185 /**
Note:
See TracChangeset
for help on using the changeset viewer.