The unified diff between revisions [29abc3f7..] and [60564a86..] 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 [d924404fa81b7d01e6af2836d2ff9e49c5ddabcd]
#    to [80c18c3dcaa60a909ba9b27218c9b69fe92a3a77]
#
============================================================
--- src/protos.h	d924404fa81b7d01e6af2836d2ff9e49c5ddabcd
+++ src/protos.h	80c18c3dcaa60a909ba9b27218c9b69fe92a3a77
@@ -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);