vdr
2.2.0
Main Page
Namespaces
Classes
Files
File List
File Members
debian
vdr-shutdown-wrapper.c
Go to the documentation of this file.
1
#include <unistd.h>
2
3
int
main
(
int
argc,
char
*argv[]) {
4
setuid(0);
5
return
execv(
"/usr/lib/vdr/vdr-shutdown"
, argv);
6
}
main
int main(int argc, char *argv[])
Definition:
vdr-shutdown-wrapper.c:3
Generated by
1.8.11