view src/wma/libffwma/utils.h @ 2158:c15aa8c048f4

Added tag audacious-plugins-1.4.0 for changeset 6151338f5af7
author William Pitcock <nenolod@atheme.org>
date Tue, 06 Nov 2007 15:11:03 -0600
parents aa044d71838f
children
line wrap: on
line source

#ifndef _UTILS_H
#define _UTILS_H

void *av_mallocz(unsigned int size);
void *__av_mallocz_static(void** location, unsigned int size);

#endif