diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-12-09 20:17:53 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-12-09 20:17:53 -0800 |
commit | 440ed64162b328a51a911f2586c16513c2cfed67 (patch) | |
tree | cc6618d931585cbed81df544e35b2368c77e55e7 /lib.h | |
parent | 08ee01ea9e6bd1bedd565f9e0e1c1a8938710887 (diff) | |
download | txr-440ed64162b328a51a911f2586c16513c2cfed67.tar.gz txr-440ed64162b328a51a911f2586c16513c2cfed67.tar.bz2 txr-440ed64162b328a51a911f2586c16513c2cfed67.zip |
* hash.c (sethash): New function.
* hash.h (sethash): Declared.
* lib.c (cobj_handle): New function.
* lib.h (cobj_handle): Declared.
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -356,6 +356,7 @@ val length_str_ge(val str, val len); val length_str_lt(val str, val len); val length_str_le(val str, val len); val cobj(mem_t *handle, val cls_sym, struct cobj_ops *ops); +mem_t *cobj_handle(val cobj, val cls_sym); val assoc(val list, val key); val acons_new(val list, val key, val value); val *acons_new_l(val *list, val key, val *new_p); |