mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-03 18:37:46 +00:00
8 lines
126 B
C
8 lines
126 B
C
#ifndef FFSERVER_H
|
|
#define FFSERVER_H
|
|
|
|
/* interface between ffserver and modules */
|
|
|
|
void ffserver_module_init(void);
|
|
|
|
#endif
|