torrentd

simple torrent daemon
git clone git://git.2f30.org/torrentd
Log | Files | Refs | LICENSE

commit 241d708b99db0dacbf9a06c6d8275b2151eeb44b
parent 32d01c3f1e38a73df57baf111cdb69a50fca1d8e
Author: sin <sin@2f30.org>
Date:   Sat, 19 Dec 2015 11:06:05 +0000

Add dial() prototype

Diffstat:
Msbtd.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/sbtd.h b/sbtd.h @@ -46,6 +46,9 @@ struct ben *dlookstr(struct ben *, char *); void bfree(struct ben *); void bprint(struct ben *, int); +/* sock.c */ +int dial(char *, char *); + /* torrent.c */ void dumptorrent(struct torrent *); struct torrent *loadtorrent(char *);