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:
commit
aad64cf381
4 changed files with 8 additions and 32 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue