vdr  2.2.0
vdr-shutdown-wrapper.c
Go to the documentation of this file.
1 int main (int argc, char *argv[]) {
2  return execv("/usr/lib/vdr/vdr-shutdown", argv);
3 }
int main(int argc, char *argv[])