aboutsummaryrefslogtreecommitdiff
path: root/include/grecs/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grecs/value.h')
-rw-r--r--include/grecs/value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grecs/value.h b/include/grecs/value.h
index 8cd2800..480db9d 100644
--- a/include/grecs/value.h
+++ b/include/grecs/value.h
@@ -44,6 +44,7 @@ typedef struct grecs_value {
44void grecs_value_free(struct grecs_value *val); 44void grecs_value_free(struct grecs_value *val);
45void grecs_value_free_content(struct grecs_value *val); 45void grecs_value_free_content(struct grecs_value *val);
46grecs_value_t *grecs_value_ptr_from_static(grecs_value_t *input); 46grecs_value_t *grecs_value_ptr_from_static(grecs_value_t *input);
47const char *grecs_value_type_string(int t);
47 48
48int grecs_value_eq(struct grecs_value *a, struct grecs_value *b); 49int grecs_value_eq(struct grecs_value *a, struct grecs_value *b);
49int grecs_value_match(struct grecs_value *pat, struct grecs_value *b, 50int grecs_value_match(struct grecs_value *pat, struct grecs_value *b,

Return to:

Send suggestions and report system problems to the System administrator.