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