MythTV master
mythbackend_main_helpers.h
Go to the documentation of this file.
1#ifndef MYTHBACKEND_MAIN_HELPERS_H
2#define MYTHBACKEND_MAIN_HELPERS_H
3
4// C++ headers
5#include <iostream>
6#include <fstream>
7
9class QString;
10class QSize;
11
12bool setupTVs(bool ismaster, bool &error);
13void cleanup(void);
15int connect_to_master(void);
18int run_setup_webserver(void);
19
20#endif // MYTHBACKEND_MAIN_HELPERS_H
int handle_command(const MythBackendCommandLineParser &cmdline)
int connect_to_master(void)
bool setupTVs(bool ismaster, bool &error)
void print_warnings(const MythBackendCommandLineParser &cmdline)
int run_backend(MythBackendCommandLineParser &cmdline)
void cleanup(void)
int run_setup_webserver(void)
MythCommFlagCommandLineParser cmdline
def error(message)
Definition: smolt.py:409