The unified diff between revisions [24a6de80..] and [718cfb3b..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/protos.h'
# # # patch "src/protos.h" # from [34f7ae0742503a4d1ac822ee6940db755e7aec81] # to [345c19f5811b2febe234b902164a09614d9c55a4] # ============================================================ --- src/protos.h 34f7ae0742503a4d1ac822ee6940db755e7aec81 +++ src/protos.h 345c19f5811b2febe234b902164a09614d9c55a4 @@ -1148,6 +1148,7 @@ extern int pconnPop(const char *peer, u_ extern void pconnPush(int, const char *peer, u_short port, struct in_addr *client_address, u_short client_port); extern int pconnPop(const char *peer, u_short port, struct in_addr *client_address, u_short client_port); +extern hash_link *pconnLookup(const char *peer, u_short port, struct in_addr *client_address, u_short client_port); extern void pconnInit(void); extern int asnMatchIp(void *, struct in_addr);