Changeset 46338 in vbox for trunk/include/iprt
- Timestamp:
- May 31, 2013 9:54:47 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/tar.h
r33804 r46338 51 51 /** Nil RTTARFILE interface handle. */ 52 52 #define NIL_RTTARFILE ((RTTARFILE)0) 53 54 /** Maximum length of a tar filename, excluding the terminating '\0'. More 55 * does not fit into a tar record. */ 56 #define RTTAR_NAME_MAX 99 53 57 54 58 /**
Note:
See TracChangeset
for help on using the changeset viewer.