view Plugins/Input/wma/libffwma/utils.h @ 255:ad1e65c6a854 trunk

[svn] Create some proper headers and include them. No more implicit declarations.
author chainsaw
date Sun, 04 Dec 2005 07:37:06 -0800
parents
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