Changeset 1545 for branches/pex/libtransmission/internal.h
- Timestamp:
- Mar 8, 2007, 4:53:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pex/libtransmission/internal.h
r1540 r1545 100 100 char pointers */ 101 101 #define TR_NTOHL(p,a) (a) = tr_ntohl((p)) 102 #define TR_HTONL(a,p) tr_htonl((a), ( p))102 #define TR_HTONL(a,p) tr_htonl((a), ( uint8_t * )(p)) 103 103 static inline uint32_t tr_ntohl( uint8_t * p ) 104 104 {
Note: See TracChangeset
for help on using the changeset viewer.