diff options
author | Andy Wingo <wingo@pobox.com> | 2019-08-02 15:29:33 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2019-08-02 15:29:33 +0200 |
commit | aad64cf3813ac96a67a7e50fb6aa81fcb6a86f8a (patch) | |
tree | a855812ce5281c24c46cf033fe1c05ea999798b5 /libguile | |
parent | 478d394fcd8353005ae3268077549bcc4faeecf8 (diff) | |
parent | f4f9d177f0a43f6a846414d34b6839a1b9b3319b (diff) | |
download | guile-aad64cf3813ac96a67a7e50fb6aa81fcb6a86f8a.tar.gz |
Merge from stable-2.2
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/socket.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libguile/socket.h b/libguile/socket.h index e2d24b243..6a7818a60 100644 --- a/libguile/socket.h +++ b/libguile/socket.h @@ -1,7 +1,7 @@ #ifndef SCM_SOCKET_H #define SCM_SOCKET_H -/* Copyright 1995-1997,2000-2001,2004-2006,2008,2014,2018 +/* Copyright 1995-1997,2000-2001,2004-2006,2008,2014,2018-2019 Free Software Foundation, Inc. This file is part of Guile. @@ -26,8 +26,6 @@ -SCM_API SCM scm_inet_aton (SCM address); -SCM_API SCM scm_inet_ntoa (SCM inetid); SCM_API SCM scm_inet_netof (SCM address); SCM_API SCM scm_lnaof (SCM address); SCM_API SCM scm_inet_makeaddr (SCM net, SCM lna); |