summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common.h b/src/common.h
index 2c82e64..1d93034 100644
--- a/src/common.h
+++ b/src/common.h
@@ -21,8 +21,6 @@
<http://www.gnu.org/licenses/>.
***/
-#include <stdarg.h>
-
#include "canberra.h"
#include "macro.h"
#include "mutex.h"
@@ -48,9 +46,6 @@ 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