summaryrefslogtreecommitdiff
path: root/libguile/net_db.h
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-11-02 00:19:12 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-11-02 00:19:12 +0000
commit33b001fd89d070cc6e2d8a0d6d6c43fe90555972 (patch)
treea8a211f9c5e1e4cd8161f776b6858e3366e68aab /libguile/net_db.h
parent1dcb9876f51c1c87ee94690544e7b68b0c7893be (diff)
downloadguile-33b001fd89d070cc6e2d8a0d6d6c43fe90555972.tar.gz
Prefixed each each exported symbol with SCM_API.
Diffstat (limited to 'libguile/net_db.h')
-rw-r--r--libguile/net_db.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/libguile/net_db.h b/libguile/net_db.h
index db8f22005..b0ceda9c8 100644
--- a/libguile/net_db.h
+++ b/libguile/net_db.h
@@ -50,15 +50,15 @@
-extern SCM scm_gethost (SCM host);
-extern SCM scm_getnet (SCM name);
-extern SCM scm_getproto (SCM name);
-extern SCM scm_getserv (SCM name, SCM proto);
-extern SCM scm_sethost (SCM arg);
-extern SCM scm_setnet (SCM arg);
-extern SCM scm_setproto (SCM arg);
-extern SCM scm_setserv (SCM arg);
-extern void scm_init_net_db (void);
+SCM_API SCM scm_gethost (SCM host);
+SCM_API SCM scm_getnet (SCM name);
+SCM_API SCM scm_getproto (SCM name);
+SCM_API SCM scm_getserv (SCM name, SCM proto);
+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 void scm_init_net_db (void);
#endif /* SCM_NET_DB_H */