summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/global.h b/global.h
index 8ef28fc..189613c 100644
--- a/global.h
+++ b/global.h
@@ -49,8 +49,18 @@ typedef struct MarkAdPid
typedef struct MarkAdContext
{
+ char *LogoDir; // Logo Directory, default /var/lib/markad
+
+ struct StandAlone
+ {
+ int LogoExtraction;
+ int LogoWidth;
+ int LogoHeight;
+ } StandAlone;
+
struct General
{
+ char *ChannelID;
MarkAdPid VPid;
MarkAdPid APid;
MarkAdPid DPid;