Changeset 14724 for trunk/libtransmission/announcer.h
- Timestamp:
- Mar 29, 2016, 4:37:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/announcer.h
r14241 r14724 9 9 10 10 #ifndef __TRANSMISSION__ 11 #error only libtransmission should #include this header.11 #error only libtransmission should #include this header. 12 12 #endif 13 13 14 #ifndef _TR_ANNOUNCER_H_ 15 #define _TR_ANNOUNCER_H_ 14 #pragma once 16 15 17 16 #include "transmission.h" … … 112 111 bool tr_tracker_udp_is_idle (const tr_session * session); 113 112 114 115 116 #endif /* _TR_ANNOUNCER_H_ */
Note: See TracChangeset
for help on using the changeset viewer.