diff options
Diffstat (limited to 'markad-standalone.h')
| -rw-r--r-- | markad-standalone.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/markad-standalone.h b/markad-standalone.h new file mode 100644 index 0000000..1f39d39 --- /dev/null +++ b/markad-standalone.h @@ -0,0 +1,25 @@ +/* + * markad-standalone.h: A plugin for the Video Disk Recorder + * + * See the README file for copyright information and how to reach the author. + * + * $Id$ + */ + +#ifndef __markad_standalone_h_ +#define __markad_standalone_h_ + +#include <syslog.h> +#include <stdio.h> +#include <stdarg.h> +#include <unistd.h> +#include <fcntl.h> + +#include "demux.h" +#include "global.h" +#include "decoder.h" +#include "video.h" + +int SysLogLevel=3; + +#endif
\ No newline at end of file |
