summaryrefslogtreecommitdiff
path: root/libguile/gsubr.h
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-02-17 23:29:44 +0100
committerLudovic Courtès <ludo@gnu.org>2009-03-02 00:20:44 +0100
commita5f83fd21d29d07ddb005962b37412b1e9aa5ffa (patch)
tree4481499de5a711af36a503665d59fcb27942eb93 /libguile/gsubr.h
parent54d14084e229f90b75475a866e3f458be30fa233 (diff)
downloadguile-a5f83fd21d29d07ddb005962b37412b1e9aa5ffa.tar.gz
Mark `scm_gsubr_apply ()' as internal.
* libguile/gsubr.h (scm_gsubr_apply): Renamed to... (scm_i_gsubr_apply): this. Marked as `SCM_INTERNAL'. Callers updated.
Diffstat (limited to 'libguile/gsubr.h')
-rw-r--r--libguile/gsubr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/gsubr.h b/libguile/gsubr.h
index 9c9b7d96c..42a5c1886 100644
--- a/libguile/gsubr.h
+++ b/libguile/gsubr.h
@@ -48,7 +48,7 @@ SCM_API SCM scm_c_define_gsubr_with_generic (const char *name,
int req, int opt, int rst,
SCM (*fcn) (), SCM *gf);
-SCM_API SCM scm_gsubr_apply (SCM proc, SCM args);
+SCM_INTERNAL SCM scm_i_gsubr_apply (SCM proc, SCM args);
SCM_INTERNAL void scm_init_gsubr (void);
#endif /* SCM_GSUBR_H */