Changeset 37208 in vbox for trunk/include
- Timestamp:
- May 25, 2011 9:22:18 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71904
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/circbuf.h
r33291 r37208 42 42 RT_C_DECLS_BEGIN 43 43 44 /** @todo r=bird: this is missing docs and magic. uXPos should be offX. 45 * cbBufSize should be cbBuf. */ 44 46 typedef struct RTCIRCBUF 45 47 { … … 71 73 * Destroy the circular buffer. 72 74 * 73 * @param pBuf The buffer to destroy. 75 * @param pBuf The buffer to destroy. NULL is ignored. 74 76 */ 75 77 RTDECL(void) RTCircBufDestroy(PRTCIRCBUF pBuf); 76 77 78 78 79 /** … … 146 147 /** @} */ 147 148 148 #endif /* ___iprt_circbuf_h */149 #endif /* !___iprt_circbuf_h */ 149 150
Note:
See TracChangeset
for help on using the changeset viewer.