diff options
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 | { |