From 41b9bf9869de2bd12460f03a4ee0d2fb77488301 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 29 May 2008 15:19:07 +0000 Subject: preliminary gtk binding git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@36 01b60673-d06a-42c0-afdd-89cb8e0f78ac --- src/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 13139b3..ebf1aeb 100644 --- a/src/common.h +++ b/src/common.h @@ -45,6 +45,9 @@ typedef enum ca_cache_control { CA_CACHE_CONTROL_VOLATILE } ca_cache_control_t; +int ca_proplist_merge_ap(ca_proplist *p, va_list ap); +int ca_proplist_from_ap(ca_proplist **_p, va_list ap); + int ca_parse_cache_control(ca_cache_control_t *control, const char *c); #endif -- cgit