summaryrefslogtreecommitdiffhomepage
path: root/value.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-05-18 15:07:43 +0200
committerGitHub <noreply@github.com>2021-05-18 15:07:43 +0200
commit2c2e603204be7ec96cab7504e3ee6951412ad4bc (patch)
tree15db63a3f8c7d74d9013699a067d5c984f820415 /value.h
parent29591422d602ec6b5a3808c3dead91cfbcdbbcf0 (diff)
parented32c42eefbc4560408d53445c603767469c85bd (diff)
Merge pull request #12 from jow-/various-additions
Various additions
Diffstat (limited to 'value.h')
-rw-r--r--value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/value.h b/value.h
index a3abfc6..7d4e2b1 100644
--- a/value.h
+++ b/value.h
@@ -48,6 +48,7 @@ uc_type_t uc_cast_number(uc_value_t *v, int64_t *n, double *d);
uc_value_t *uc_getval(uc_vm *, uc_value_t *scope, uc_value_t *key);
uc_value_t *uc_setval(uc_vm *, uc_value_t *scope, uc_value_t *key, uc_value_t *val);
+bool uc_delval(uc_vm *, uc_value_t *scope, uc_value_t *key);
void uc_vallist_init(uc_value_list *list);
void uc_vallist_free(uc_value_list *list);