tAdd pwpinterest() prototype - libeech - bittorrent library
 (HTM) git clone git://z3bra.org/libeech.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0fe563fb8981489d3dec676c091bd1628dffb252
 (DIR) parent c9bfa5e7c88fa7ab0ed18797fa432164bc89e67f
 (HTM) Author: z3bra <contactatz3bradotorg>
       Date:   Fri, 29 Jun 2018 22:19:31 +0200
       
       Add pwpinterest() prototype
       
       Diffstat:
         M libeech.c                           |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/libeech.c b/libeech.c
       t@@ -53,6 +53,7 @@ static ssize_t pwphsrecv(struct peer *);
        static int pwphsck(struct torrent *, char *, long);
        
        static ssize_t pwpbf(struct torrent *, struct peer *);
       +static ssize_t pwpinterest(struct peer *, int);
        
        static int pwptx(struct torrent *, struct peer *);
        static int pwprx(struct torrent *, struct peer *);