]> git.pond.sub.org Git - empserver/blobdiff - src/lib/w32/arpa/inet.h
Update copyright notice
[empserver] / src / lib / w32 / arpa / inet.h
index 393d82620f25fa4c9a7776a46503de34b50c9f8e..e07e20314254029e4bf51a1a6cebe1bf3c6689e9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -34,5 +34,9 @@
 #ifndef ARPA_INET_H
 #define ARPA_INET_H
 
-#include <sys/socket.h>
+#include "sys/socket.h"
+
+extern const char *inet_ntop(int af, const void *src, char *dst,
+                            socklen_t cnt);
+
 #endif /* ARPA_INET_H */