diff options
Diffstat (limited to 'libguile/win32-socket.h')
-rw-r--r-- | libguile/win32-socket.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libguile/win32-socket.h b/libguile/win32-socket.h index 83e1030dd..adbe2c517 100644 --- a/libguile/win32-socket.h +++ b/libguile/win32-socket.h @@ -52,5 +52,13 @@ int scm_i_socket_errno (void); 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 */ |