summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-22 09:18:44 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-22 09:18:44 +0000
commit43cf6489867bbcb70212a497a12ca24782bff9c7 (patch)
treed91b06e39a7c4a0bae5b1f5a9fb081e6f7753cec /include
parent4c1fb17f8ccc95daec4ba931c63115119473353e (diff)
downloadmailutils-43cf6489867bbcb70212a497a12ca24782bff9c7.tar.gz
mailutils-43cf6489867bbcb70212a497a12ca24782bff9c7.tar.bz2
(mu_property_sget_value,mu_property_aget_value): New functions
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/property.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/mailutils/property.h b/include/mailutils/property.h
index 043897b15..830b52f71 100644
--- a/include/mailutils/property.h
+++ b/include/mailutils/property.h
@@ -33,7 +33,11 @@ extern void *mu_property_get_owner (mu_property_t);
extern int mu_property_set_value (mu_property_t, const char *, const char *, int);
extern int mu_property_get_value (mu_property_t, const char *, char *, size_t,
- size_t *);
+ size_t *);
+extern int mu_property_sget_value (mu_property_t prop, const char *key,
+ const char **buffer);
+extern int mu_property_aget_value (mu_property_t prop, const char *key,
+ char **buffer);
/* Helper functions. */
extern int mu_property_set (mu_property_t, const char *);

Return to:

Send suggestions and report system problems to the System administrator.