summaryrefslogtreecommitdiffstats
path: root/struct.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-10-06 21:03:52 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-10-06 21:03:52 -0700
commit829f02b346d4060e64ec5847cbd0f066edd4a144 (patch)
treee49bb65e98537b833e1d49a88008b30b175a96c2 /struct.h
parent4adbf9319259d94604c9f5b5d27c3b3e3e0118f0 (diff)
downloadtxr-829f02b346d4060e64ec5847cbd0f066edd4a144.tar.gz
txr-829f02b346d4060e64ec5847cbd0f066edd4a144.tar.bz2
txr-829f02b346d4060e64ec5847cbd0f066edd4a144.zip
New function: clear-struct.
* struct.c (clear_struct): New function. (struct_init): Register clear-struct intrinsic. * struct.h (struct_init): Declared. * txr.1: documented clear-struct.
Diffstat (limited to 'struct.h')
-rw-r--r--struct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/struct.h b/struct.h
index bb48a2b3..1b1543ba 100644
--- a/struct.h
+++ b/struct.h
@@ -32,6 +32,7 @@ val struct_type_p(val obj);
val super(val type);
val make_struct(val type, val plist, struct args *);
val copy_struct(val strct);
+val clear_struct(val strct, val value);
val find_struct_type(val sym);
val slot(val strct, val sym);
val slotset(val strct, val sym, val newval);