summaryrefslogtreecommitdiff
path: root/libguile/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/struct.h')
-rw-r--r--libguile/struct.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/libguile/struct.h b/libguile/struct.h
index bfd894b65..38b7c9235 100644
--- a/libguile/struct.h
+++ b/libguile/struct.h
@@ -102,21 +102,21 @@ extern scm_sizet scm_struct_free_0 (SCM *vtable, SCM *data);
extern scm_sizet scm_struct_free_light (SCM *vtable, SCM *data);
extern scm_sizet scm_struct_free_standard (SCM *vtable, SCM *data);
extern scm_sizet scm_struct_free_entity (SCM *vtable, SCM *data);
-extern void scm_struct_init SCM_P ((SCM handle, int tail_elts, SCM inits));
-extern SCM scm_make_struct_layout SCM_P ((SCM fields));
-extern SCM scm_struct_p SCM_P ((SCM x));
-extern SCM scm_struct_vtable_p SCM_P ((SCM x));
-extern SCM scm_make_struct SCM_P ((SCM vtable, SCM tail_array_size, SCM init));
-extern SCM scm_make_vtable_vtable SCM_P ((SCM extra_fields, SCM tail_array_size, SCM init));
-extern SCM scm_struct_ref SCM_P ((SCM handle, SCM pos));
-extern SCM scm_struct_set_x SCM_P ((SCM handle, SCM pos, SCM val));
-extern SCM scm_struct_vtable SCM_P ((SCM handle));
-extern SCM scm_struct_vtable_tag SCM_P ((SCM handle));
-extern unsigned int scm_struct_ihashq SCM_P ((SCM obj, unsigned int n));
-extern SCM scm_struct_create_handle SCM_P ((SCM obj));
-extern SCM scm_struct_vtable_name SCM_P ((SCM vtable));
-extern SCM scm_set_struct_vtable_name_x SCM_P ((SCM vtable, SCM name));
-extern void scm_print_struct SCM_P ((SCM exp, SCM port, scm_print_state *));
-extern void scm_init_struct SCM_P ((void));
+extern void scm_struct_init (SCM handle, int tail_elts, SCM inits);
+extern SCM scm_make_struct_layout (SCM fields);
+extern SCM scm_struct_p (SCM x);
+extern SCM scm_struct_vtable_p (SCM x);
+extern SCM scm_make_struct (SCM vtable, SCM tail_array_size, SCM init);
+extern SCM scm_make_vtable_vtable (SCM extra_fields, SCM tail_array_size, SCM init);
+extern SCM scm_struct_ref (SCM handle, SCM pos);
+extern SCM scm_struct_set_x (SCM handle, SCM pos, SCM val);
+extern SCM scm_struct_vtable (SCM handle);
+extern SCM scm_struct_vtable_tag (SCM handle);
+extern unsigned int scm_struct_ihashq (SCM obj, unsigned int n);
+extern SCM scm_struct_create_handle (SCM obj);
+extern SCM scm_struct_vtable_name (SCM vtable);
+extern SCM scm_set_struct_vtable_name_x (SCM vtable, SCM name);
+extern void scm_print_struct (SCM exp, SCM port, scm_print_state *);
+extern void scm_init_struct (void);
#endif /* STRUCTH */