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