Changeset 20374 in vbox for trunk/include/iprt/stream.h
- Timestamp:
- Jun 8, 2009 12:43:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/stream.h
r20362 r20374 35 35 #include <iprt/stdarg.h> 36 36 37 RT_ BEGIN_DECLS37 RT_C_DECLS_BEGIN 38 38 39 39 /** @defgroup grp_rt_stream RTStrm - File Streams … … 259 259 /** @} */ 260 260 261 RT_ END_DECLS261 RT_C_DECLS_END 262 262 263 263 #endif
Note:
See TracChangeset
for help on using the changeset viewer.