aboutsummaryrefslogtreecommitdiff
path: root/value.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-01-09 04:27:26 +0100
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:07 +0200
commite3f4a984db115979e09414b7281da98399dd8949 (patch)
tree3317ce64dc63b8cc38fe4cb8d4e44ed5d46c17ee /value.h
parente9b9b076f1bd2e31c01525c53d2626b0f144470f (diff)
downloadltrace-e3f4a984db115979e09414b7281da98399dd8949.tar.gz
Drop ARGTYPE_STRING, reimplement as lens over array of chars
Diffstat (limited to 'value.h')
-rw-r--r--value.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/value.h b/value.h
index f3238b6..e88b72a 100644
--- a/value.h
+++ b/value.h
@@ -149,10 +149,4 @@ struct value *value_get_parental_struct(struct value *val);
* if it isn't, <0 on error. */
int value_is_zero(struct value *val, struct value_dict *arguments);
-/* Take a VALUE of type ARGTYPE_STRING_N, and allocate a new value
- * that is ARGTYPE_POINTER to ARGTYPE_CHAR with the same length
- * expression. Returns NULL on failure or a value, which you need to
- * free properly (i.e. call value_destroy and free). */
-struct value *value_string_to_charp(struct value *value);
-
#endif /* VALUE_H */