summaryrefslogtreecommitdiff
path: root/libguile/deprecated.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2012-07-06 18:12:59 +0200
committerAndy Wingo <wingo@pobox.com>2012-07-06 18:12:59 +0200
commitd192791373b79e905eb02f9c0b01413051a7b2f8 (patch)
tree829a54bf919a51698e03de85f2e83702170ee41c /libguile/deprecated.h
parent5d312f3c2c5db3a7677a9c8ec4306feabce8445f (diff)
downloadguile-d192791373b79e905eb02f9c0b01413051a7b2f8.tar.gz
deprecate struct-vtable-tag
* libguile/deprecated.c: * libguile/deprecated.h: * libguile/struct.c: * libguile/struct.h: * doc/ref/api-compound.texi: Deprecate struct-vtable-tag.
Diffstat (limited to 'libguile/deprecated.h')
-rw-r--r--libguile/deprecated.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libguile/deprecated.h b/libguile/deprecated.h
index 2970262b2..ae0891f88 100644
--- a/libguile/deprecated.h
+++ b/libguile/deprecated.h
@@ -835,6 +835,10 @@ SCM_DEPRECATED SCM scm_eval_closure_module (SCM eval_closure);
+SCM_DEPRECATED SCM scm_struct_vtable_tag (SCM handle);
+
+
+
void scm_i_init_deprecated (void);
#endif