summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 3 insertions, 0 deletions
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