MythTV
master
|
#include "commandlineparser.h"
#include "MythExternRecApp.h"
#include "MythExternControl.h"
#include "exitcodes.h"
#include "mythcontext.h"
#include "mythversion.h"
#include "mythlogging.h"
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <QCoreApplication>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 37 of file mythtv/programs/mythexternrecorder/main.cpp.