diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-01 23:54:51 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-01 23:54:51 (GMT) |
commit | d19edd4043c498626fe68308005947975ef0a697 (patch) | |
tree | 7a213ee16f9331e928b1c32aa6c521c05519db58 /plugins/getaddrinfo.h | |
parent | 1d8128e328f714258b7fec0c62245e1d187e0439 (diff) | |
download | monitoring-plugins-d19edd4043c498626fe68308005947975ef0a697.tar.gz |
standardize localization string
standardize unknow arguments
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@969 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/getaddrinfo.h')
-rw-r--r-- | plugins/getaddrinfo.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/getaddrinfo.h b/plugins/getaddrinfo.h index 5bcc884..d411524 100644 --- a/plugins/getaddrinfo.h +++ b/plugins/getaddrinfo.h | |||
@@ -23,7 +23,10 @@ | |||
23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
24 | */ | 24 | */ |
25 | 25 | ||
26 | /* Structure and prototypes aken from RFC 2553 */ | 26 | /* Structure and prototypes aken from RFC 2553 |
27 | * | ||
28 | * $Id$ | ||
29 | */ | ||
27 | 30 | ||
28 | struct addrinfo | 31 | struct addrinfo |
29 | { | 32 | { |