|
a/src/main.hxx |
|
b/src/main.hxx |
|
... |
|
... |
24 |
extern std::string g_datadir;
|
24 |
extern std::string g_datadir;
|
25 |
extern bool g_enableL16;
|
25 |
extern bool g_enableL16;
|
26 |
class ConfSimple;
|
26 |
class ConfSimple;
|
27 |
extern ConfSimple *g_config;
|
27 |
extern ConfSimple *g_config;
|
28 |
|
28 |
|
|
|
29 |
// Start media server upmpdcli process (-m 2). This can be called
|
|
|
30 |
// either from main() if some streaming services plugins are active
|
|
|
31 |
// (have a defined user), or from ohcredentials when a service is
|
|
|
32 |
// activated (it may not be configured locally). Uses static data and
|
|
|
33 |
// only does anything if the process is not already started.
|
|
|
34 |
extern bool startMsOnlyProcess();
|
|
|
35 |
|
29 |
typedef struct ohInfoDesc {
|
36 |
typedef struct ohInfoDesc {
|
30 |
std::string name;
|
37 |
std::string name;
|
31 |
std::string info;
|
38 |
std::string info;
|
32 |
std::string url;
|
39 |
std::string url;
|
33 |
std::string imageUri;
|
40 |
std::string imageUri;
|