Changeset 7151
- Timestamp:
- Nov 24, 2008, 8:17:36 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 37 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cli/cli.c
r7113 r7151 32 32 #include <libtransmission/bencode.h> 33 33 #include <libtransmission/makemeta.h> 34 #include <libtransmission/metainfo.h> /* tr_metainfoFree */35 34 #include <libtransmission/tr-getopt.h> 36 35 #include <libtransmission/utils.h> /* tr_wait */ -
trunk/daemon/daemon.c
r7113 r7151 23 23 #include <libtransmission/transmission.h> 24 24 #include <libtransmission/bencode.h> 25 #include <libtransmission/rpcimpl.h>26 25 #include <libtransmission/tr-getopt.h> 27 26 #include <libtransmission/utils.h> -
trunk/libtransmission/bandwidth.h
r7147 r7151 10 10 * $Id:$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_BANDWIDTH_H -
trunk/libtransmission/blocklist.h
r6949 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_BLOCKLIST_H -
trunk/libtransmission/completion.h
r6935 r7151 25 25 #ifndef TR_COMPLETION_H 26 26 #define TR_COMPLETION_H 27 28 #ifndef __TRANSMISSION__ 29 #error only libtransmission should #include this header. 30 #endif 27 31 28 32 #include "transmission.h" -
trunk/libtransmission/crypto.h
r6947 r7151 13 13 #ifndef TR_ENCRYPTION_H 14 14 #define TR_ENCRYPTION_H 15 16 #ifndef __TRANSMISSION__ 17 #error only libtransmission should #include this header. 18 #endif 15 19 16 20 #include <inttypes.h> -
trunk/libtransmission/fastresume.h
r6795 r7151 23 23 *****************************************************************************/ 24 24 25 #ifndef __TRANSMISSION__ 26 #error only libtransmission should #include this header. 27 #endif 28 25 29 #ifndef TR_FAST_RESUME_H 26 30 #define TR_FAST_RESUME_H -
trunk/libtransmission/fdlimit.h
r7051 r7151 22 22 * DEALINGS IN THE SOFTWARE. 23 23 *****************************************************************************/ 24 25 #ifndef __TRANSMISSION__ 26 #error only libtransmission should #include this header. 27 #endif 24 28 25 29 #include "net.h" -
trunk/libtransmission/handshake.h
r6949 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_HANDSHAKE_H -
trunk/libtransmission/inout.h
r6842 r7151 22 22 * DEALINGS IN THE SOFTWARE. 23 23 *****************************************************************************/ 24 25 #ifndef __TRANSMISSION__ 26 #error only libtransmission should #include this header. 27 #endif 24 28 25 29 #ifndef TR_IO_H -
trunk/libtransmission/list.h
r6795 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_LIST_H -
trunk/libtransmission/metainfo.h
r6937 r7151 23 23 *****************************************************************************/ 24 24 25 #ifndef __TRANSMISSION__ 26 #error only libtransmission should #include this header. 27 #endif 28 25 29 #ifndef TR_METAINFO_H 26 30 #define TR_METAINFO_H 1 … … 38 42 const struct tr_benc * benc ); 39 43 40 void tr_metainfoFree( tr_info * inf );41 42 44 void tr_metainfoRemoveSaved( const tr_handle * handle, 43 45 const tr_info * info ); -
trunk/libtransmission/natpmp.h
r6795 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_NATPMP_H -
trunk/libtransmission/net.h
r7133 r7151 22 22 * DEALINGS IN THE SOFTWARE. 23 23 *****************************************************************************/ 24 25 #ifndef __TRANSMISSION__ 26 #error only libtransmission should #include this header. 27 #endif 24 28 25 29 #ifndef _TR_NET_H_ -
trunk/libtransmission/peer-common.h
r7125 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_PEER_H -
trunk/libtransmission/peer-io.h
r7147 r7151 11 11 */ 12 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 16 13 17 #ifndef TR_PEER_IO_H 14 18 #define TR_PEER_IO_H -
trunk/libtransmission/peer-mgr-private.h
r7125 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_PEER_MGR_PRIVATE_H -
trunk/libtransmission/peer-mgr.h
r7055 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_PEER_MGR_H -
trunk/libtransmission/peer-msgs.h
r6882 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_PEER_MSGS_H -
trunk/libtransmission/port-forwarding.h
r6795 r7151 22 22 * DEALINGS IN THE SOFTWARE. 23 23 *****************************************************************************/ 24 25 #ifndef __TRANSMISSION__ 26 #error only libtransmission should #include this header. 27 #endif 24 28 25 29 #ifndef SHARED_H -
trunk/libtransmission/ptrarray.h
r7136 r7151 22 22 * DEALINGS IN THE SOFTWARE. 23 23 *****************************************************************************/ 24 25 #ifndef __TRANSMISSION__ 26 #error only libtransmission should #include this header. 27 #endif 24 28 25 29 #ifndef _TR_PTR_ARRAY_H_ -
trunk/libtransmission/publish.h
r6795 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef _TR_PUBLISHER_H_ -
trunk/libtransmission/ratecontrol.h
r7069 r7151 23 23 *****************************************************************************/ 24 24 25 #ifndef __TRANSMISSION__ 26 #error only libtransmission should #include this header. 27 #endif 28 25 29 #ifndef _TR_RATECONTROL_H_ 26 30 #define _TR_RATECONTROL_H_ -
trunk/libtransmission/resume.h
r6795 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_RESUME_H -
trunk/libtransmission/rpc-server.h
r6825 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_RPC_SERVER_H -
trunk/libtransmission/session.h
r7147 r7151 22 22 * DEALINGS IN THE SOFTWARE. 23 23 *****************************************************************************/ 24 25 #ifndef __TRANSMISSION__ 26 #error only libtransmission should #include this header. 27 #endif 24 28 25 29 #ifndef TR_INTERNAL_H -
trunk/libtransmission/stats.h
r7039 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_STATS_H -
trunk/libtransmission/torrent.h
r7147 r7151 23 23 *****************************************************************************/ 24 24 25 #ifndef __TRANSMISSION__ 26 #error only libtransmission should #include this header. 27 #endif 28 25 29 #ifndef TR_TORRENT_H 26 30 #define TR_TORRENT_H 1 -
trunk/libtransmission/tracker.h
r6795 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef _TR_TRACKER_H_ -
trunk/libtransmission/transmission.h
r7136 r7151 807 807 tr_info * setme_info_or_NULL ); 808 808 809 /** @brief free a metainfo 810 @see tr_torrentParse */ 811 void tr_metainfoFree( tr_info * inf ); 812 813 809 814 /** Instantiate a single torrent. 810 815 @return 0 on success, -
trunk/libtransmission/trevent.h
r6811 r7151 11 11 */ 12 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 16 13 17 #ifndef TR_EVENT_H 18 #define TR_EVENT_H 14 19 15 20 #include <stddef.h> /* size_t */ -
trunk/libtransmission/upnp.h
r6795 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_UPNP_H -
trunk/libtransmission/verify.h
r6975 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_VERIFY_H -
trunk/libtransmission/webseed.h
r6882 r7151 10 10 * $Id$ 11 11 */ 12 13 #ifndef __TRANSMISSION__ 14 #error only libtransmission should #include this header. 15 #endif 12 16 13 17 #ifndef TR_WEBSEED_H -
trunk/macosx/Controller.m
r7114 r7151 49 49 #import "ExpandedPathToIconTransformer.h" 50 50 #import "SpeedLimitToTurtleIconTransformer.h" 51 #import "metainfo.h"52 51 #import "utils.h" 53 52 -
trunk/macosx/DragOverlayWindow.m
r7013 r7151 26 26 #import "DragOverlayView.h" 27 27 #import "NSStringAdditions.h" 28 #import "metainfo.h"29 28 30 29 @implementation DragOverlayWindow -
trunk/macosx/Torrent.m
r7069 r7151 28 28 #import "NSApplicationAdditions.h" 29 29 #import "NSStringAdditions.h" 30 #import "metainfo.h"31 30 #import "utils.h" //tr_httpIsValidURL 32 31
Note: See TracChangeset
for help on using the changeset viewer.