projects
/
libav.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Produce correct version string even when not run in a Subversion working copy.
[libav.git]
/
ffserver.h
1
#ifndef FFSERVER_H
2
#define FFSERVER_H
3
4
/* interface between ffserver and modules */
5
6
void
ffserver_module_init
(
void
);
7
8
#endif