diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-12-05 16:42:38 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-12-05 16:42:38 (GMT) |
commit | 8a4567f0b83c7882f932488cfafc29466c5f5b0e (patch) | |
tree | 37de8c000dbb2ba7f3da605c200ac8288a570230 /plugins/netutils.h | |
parent | d049302c50da32414f52386cba3af565a1aa2660 (diff) | |
download | monitoring-plugins-8a4567f0b83c7882f932488cfafc29466c5f5b0e.tar.gz |
Fix clash of namespace for my_connect with mysql (854339 - Ian Holsman)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@784 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/netutils.h')
-rw-r--r-- | plugins/netutils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/netutils.h b/plugins/netutils.h index c560f44..88a5162 100644 --- a/plugins/netutils.h +++ b/plugins/netutils.h | |||
@@ -47,7 +47,6 @@ int process_request (const char *address, int port, int proto, | |||
47 | 47 | ||
48 | int my_tcp_connect (const char *address, int port, int *sd); | 48 | int my_tcp_connect (const char *address, int port, int *sd); |
49 | int my_udp_connect (const char *address, int port, int *sd); | 49 | int my_udp_connect (const char *address, int port, int *sd); |
50 | int my_connect (const char *address, int port, int *sd, int proto); | ||
51 | 50 | ||
52 | int is_host (const char *); | 51 | int is_host (const char *); |
53 | int is_addr (const char *); | 52 | int is_addr (const char *); |