1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

* net_db.h (scm_init_net_db): Fix spelling from scm_init_netdb.

This commit is contained in:
Jim Blandy 1996-12-23 04:37:24 +00:00
parent 164271a1d3
commit 373e4035df

View file

@ -64,6 +64,6 @@ extern SCM scm_sethost SCM_P ((SCM arg));
extern SCM scm_setnet SCM_P ((SCM arg)); extern SCM scm_setnet SCM_P ((SCM arg));
extern SCM scm_setproto SCM_P ((SCM arg)); extern SCM scm_setproto SCM_P ((SCM arg));
extern SCM scm_setserv SCM_P ((SCM arg)); extern SCM scm_setserv SCM_P ((SCM arg));
extern void scm_init_netdb SCM_P ((void)); extern void scm_init_net_db SCM_P ((void));
#endif /* NETDBH */ #endif /* NETDBH */