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
12void doDatabaseHacks();
13bool createTVRecorders(bool ismaster, bool retry = false);
14void cleanup(void);
16int connect_to_master(void);
19int run_setup_webserver(void);
20
21#endif // MYTHBACKEND_MAIN_HELPERS_H
void doDatabaseHacks()
int handle_command(const MythBackendCommandLineParser &cmdline)
int connect_to_master(void)
bool createTVRecorders(bool ismaster, bool retry=false)
void print_warnings(const MythBackendCommandLineParser &cmdline)
int run_backend(MythBackendCommandLineParser &cmdline)
void cleanup(void)
int run_setup_webserver(void)
MythCommFlagCommandLineParser cmdline