Changeset 7197
- Timestamp:
- Nov 30, 2008, 1:43:18 AM (12 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/ConvertUTF.h
r6795 r7197 1 1 #ifndef CONVERT_UNICODE_H 2 2 #define CONVERT_UNICODE_H 3 4 #ifndef __TRANSMISSION__ 5 #error only libtransmission should #include this header. 6 #endif 3 7 4 8 /* -
trunk/libtransmission/JSON_parser.h
r6795 r7197 1 #ifndef __TRANSMISSION__ 2 #error only libtransmission should #include this header. 3 #endif 4 1 5 #ifndef JSON_PARSER_H 2 6 #define JSON_PARSER_H -
trunk/libtransmission/ggets.h
r6795 r7197 1 #ifndef __TRANSMISSION__ 2 #error only libtransmission should #include this header. 3 #endif 4 5 1 6 /* File ggets.h - goodgets is a safe alternative to gets */ 2 7 /* By C.B. Falconer. Public domain 2002-06-22 */
Note: See TracChangeset
for help on using the changeset viewer.