fix C++ compat

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2288 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2008-04-20 23:56:55 +00:00
parent 8181db182b
commit ba6c0e17cf

View file

@ -192,7 +192,7 @@ void pa_proplist_clear(pa_proplist *p);
/** Allocate a new property list and copy over every single entry from /** Allocate a new property list and copy over every single entry from
* the specific list. \since 0.9.11 */ * the specific list. \since 0.9.11 */
pa_proplist* pa_proplist_copy(pa_proplist *template); pa_proplist* pa_proplist_copy(pa_proplist *t);
PA_C_DECL_END PA_C_DECL_END