Define BITTORRENT_NULL_ID in common.c; declare extern in common.h.
commit028145ac10b39c8e60ac8c100acc5d7825c0b748
authorKalle Olavi Niemitalo <kon@iki.fi>
Mon, 9 Jul 2007 10:44:57 +0000 (9 13:44 +0300)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Mon, 9 Jul 2007 12:55:42 +0000 (9 15:55 +0300)
treeb872783549530dd371d03ba9645caacbc6e88909
parent30a502cb8c1e6317299999732a01f4993cb40dd3
Define BITTORRENT_NULL_ID in common.c; declare extern in common.h.

This change avoids linker warnings when building with Debian tcc
0.9.23-4 + patch from Debian bug 418360:

      [LD]   src/protocol/bittorrent/lib.o
bittorrent.o: 'BITTORRENT_NULL_ID' defined twice
common.o: 'BITTORRENT_NULL_ID' defined twice
connection.o: 'BITTORRENT_NULL_ID' defined twice
dialogs.o: 'BITTORRENT_NULL_ID' defined twice
peerconnect.o: 'BITTORRENT_NULL_ID' defined twice
peerwire.o: 'BITTORRENT_NULL_ID' defined twice
piececache.o: 'BITTORRENT_NULL_ID' defined twice
tracker.o: 'BITTORRENT_NULL_ID' defined twice
src/protocol/bittorrent/common.c
src/protocol/bittorrent/common.h