The unified diff between revisions [6676c716..] and [1b553632..] 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 [822ab2931a4c6df49be0b07f482586d3a7bf04cb] # to [aa65dda706bf16d368332b30fcdf514d4a6ed0b3] # ============================================================ --- src/protos.h 822ab2931a4c6df49be0b07f482586d3a7bf04cb +++ src/protos.h aa65dda706bf16d368332b30fcdf514d4a6ed0b3 @@ -1151,6 +1151,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);