summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-05 04:33:45 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-05 04:33:45 +0200
commite1b2be31a79dd229b60ceea121d6933b154c3bc0 (patch)
tree66790604816d6ceafcc426388af56e879d1ceb7e /src/common.h
parent4df0522641275edaee6d7a65eab9ca3f913dfdce (diff)
move ca_proplist_merge_ap()/ca_proplist_from_ap() to proplist.c where it belongs
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