annotate Plugins/Input/wma/libffwma/utils.h @ 867:86e8224baa0e trunk

[svn] fixed multiple spawns of flac aboutbox
author giacomo
date Fri, 24 Mar 2006 08:00:06 -0800
parents ad1e65c6a854
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
255
ad1e65c6a854 [svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff changeset
1 #ifndef _UTILS_H
ad1e65c6a854 [svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff changeset
2 #define _UTILS_H
ad1e65c6a854 [svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff changeset
3
ad1e65c6a854 [svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff changeset
4 void *av_mallocz(unsigned int size);
ad1e65c6a854 [svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff changeset
5 void *__av_mallocz_static(void** location, unsigned int size);
ad1e65c6a854 [svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff changeset
6
ad1e65c6a854 [svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff changeset
7 #endif
ad1e65c6a854 [svn] Create some proper headers and include them. No more implicit declarations.
chainsaw
parents:
diff changeset
8