Mercurial > mplayer.hg
view loader/module.h @ 7130:a27a786e98f9
remove nonsense tabs from makefile so emacs won't complain :)
author | rfelker |
---|---|
date | Thu, 29 Aug 2002 01:49:15 +0000 |
parents | 4b0dd1ff6a20 |
children |
line wrap: on
line source
#ifndef LOADER_MODULE_H #define LOADER_MODULE_H void CodecRelease(void); void CodecAlloc(void); #endif // LOADER_MODULE_H