From e3a1fe4f5f7714aa972f3cf7b9803636ffa853f0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 May 2008 11:32:37 +0000 Subject: make the whole mess compile git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@15 01b60673-d06a-42c0-afdd-89cb8e0f78ac --- src/malloc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/malloc.h') diff --git a/src/malloc.h b/src/malloc.h index b720a12..f8c1ba1 100644 --- a/src/malloc.h +++ b/src/malloc.h @@ -1,4 +1,4 @@ -#ifndef foosydneymallochfoo +#ifndef foocanberramallochfoo #define foocanberramallochfoo /* $Id$ */ @@ -38,4 +38,6 @@ void* ca_memdup(const void* p, size_t size); #define ca_new0(t, n) ((t*) ca_malloc0(sizeof(t)*(n))) #define ca_newdup(t, p, n) ((t*) ca_memdup(p, sizeof(t)*(n))) +char *ca_sprintf_malloc(const char *format, ...); + #endif -- cgit