1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 20:30:28 +02:00

Merge from stable-2.2

This commit is contained in:
Andy Wingo 2019-08-02 15:29:33 +02:00
commit aad64cf381
4 changed files with 8 additions and 32 deletions

View file

@ -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);