Mercurial > mplayer.hg
view loader/module.h @ 7045:48f2fd49977d
Sync the man page with the removed sections of the HTML docs.
author | diego |
---|---|
date | Mon, 19 Aug 2002 01:38:59 +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