comparison src/Input/wma/libffwma/utils.h @ 0:13389e613d67 trunk

[svn] - initial import of audacious-plugins tree (lots to do)
author nenolod
date Mon, 18 Sep 2006 01:11:49 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:13389e613d67
1 #ifndef _UTILS_H
2 #define _UTILS_H
3
4 void *av_mallocz(unsigned int size);
5 void *__av_mallocz_static(void** location, unsigned int size);
6
7 #endif
8