mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 20:50:09 +00:00
9 lines
126 B
C
9 lines
126 B
C
|
#ifndef FFSERVER_H
|
||
|
#define FFSERVER_H
|
||
|
|
||
|
/* interface between ffserver and modules */
|
||
|
|
||
|
void ffserver_module_init(void);
|
||
|
|
||
|
#endif
|