added include for ffserver dynamically loaded modules

Originally committed as revision 809 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2002-07-25 16:15:28 +00:00
parent 2c4ae653af
commit e3e105b38a
1 changed files with 8 additions and 0 deletions

8
ffserver.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef FFSERVER_H
#define FFSERVER_H
/* interface between ffserver and modules */
void ffserver_module_init(void);
#endif