summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2009-07-16 01:39:18 +0000
committererdgeist <>2009-07-16 01:39:18 +0000
commit8d25bf2d31189275e0a542a1c3c9b804bd50cc2b (patch)
tree02d39f64321d0e32f230a05899e6e1af462588f4
parentdad215a6e1de0ec0fa703b3c5272821856ecaf24 (diff)
Double definition of all_torrents
-rw-r--r--proxy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/proxy.c b/proxy.c
index ca5a773..3577f44 100644
--- a/proxy.c
+++ b/proxy.c
@@ -182,7 +182,6 @@ int usage( char *self ) {
182 return 0; 182 return 0;
183} 183}
184 184
185static ot_vector all_torrents[1024];
186static uint32_t peer_counts[1024]; 185static uint32_t peer_counts[1024];
187#ifdef WANT_SCROOOOOOOLL 186#ifdef WANT_SCROOOOOOOLL
188static char*to_hex(char*d,uint8_t*s){char*m="0123456789ABCDEF";char *t=d;char*e=d+40;while(d<e){*d++=m[*s>>4];*d++=m[*s++&15];}*d=0;return t;} 187static char*to_hex(char*d,uint8_t*s){char*m="0123456789ABCDEF";char *t=d;char*e=d+40;while(d<e){*d++=m[*s>>4];*d++=m[*s++&15];}*d=0;return t;}