diff options
Diffstat (limited to 'libguile/socket.h')
-rw-r--r-- | libguile/socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/socket.h b/libguile/socket.h index 146d283dc..133dbf7c6 100644 --- a/libguile/socket.h +++ b/libguile/socket.h @@ -3,7 +3,7 @@ #ifndef SCM_SOCKET_H #define SCM_SOCKET_H -/* Copyright (C) 1995,1996,1997,2000,2001, 2004, 2005, 2006 Free Software Foundation, Inc. +/* Copyright (C) 1995,1996,1997,2000,2001, 2004, 2005, 2006, 2008 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 @@ -52,7 +52,7 @@ SCM_API SCM scm_recv (SCM sockfd, SCM buff_or_size, SCM flags); SCM_API SCM scm_send (SCM sockfd, SCM message, SCM flags); SCM_API SCM scm_recvfrom (SCM sockfd, SCM buff_or_size, SCM flags, SCM offset, SCM length); SCM_API SCM scm_sendto (SCM sockfd, SCM message, SCM fam, SCM address, SCM args_and_flags); -SCM_API void scm_init_socket (void); +SCM_INTERNAL void scm_init_socket (void); /* Wrapping/unwrapping address objects. */ struct sockaddr; |