summaryrefslogtreecommitdiff
path: root/libguile/net_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/net_db.h')
-rw-r--r--libguile/net_db.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libguile/net_db.h b/libguile/net_db.h
index 4b6327f27..68b2a8b0c 100644
--- a/libguile/net_db.h
+++ b/libguile/net_db.h
@@ -3,7 +3,7 @@
#ifndef SCM_NET_DB_H
#define SCM_NET_DB_H
-/* Copyright (C) 1995,2000,2001, 2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1995,2000,2001, 2006, 2008, 2010 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 License
@@ -35,6 +35,8 @@ SCM_API SCM scm_sethost (SCM arg);
SCM_API SCM scm_setnet (SCM arg);
SCM_API SCM scm_setproto (SCM arg);
SCM_API SCM scm_setserv (SCM arg);
+SCM_API SCM scm_getaddrinfo (SCM, SCM, SCM, SCM, SCM, SCM);
+SCM_API SCM scm_gai_strerror (SCM);
SCM_INTERNAL void scm_init_net_db (void);
#endif /* SCM_NET_DB_H */