remove mingw32 implementations of {get,end,set}{serv,proto}ent
[bpt/guile.git] / libguile / win32-socket.h
index 4ab9b94..0168c06 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef SCM_WIN32_SOCKET_H
 #define SCM_WIN32_SOCKET_H
 
-/* Copyright (C) 2001, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2001, 2006, 2013 Free Software Foundation, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
@@ -32,11 +32,4 @@ char * scm_i_socket_strerror (int error);
 void scm_i_init_socket_Win32 (void);
 char * scm_i_socket_filename (char *file);
 
-struct servent * getservent (void);
-void setservent (int stayopen);
-void endservent (void);
-struct protoent * getprotoent (void);
-void setprotoent (int stayopen);
-void endprotoent (void);
-
 #endif /* SCM_WIN32_SOCKET_H */