summaryrefslogtreecommitdiff
path: root/lib/dbdict.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-10-02 19:21:14 +0200
committerhorchi <vdr@jwendel.de>2018-10-02 19:21:14 +0200
commitbd6ac8b88a6e128ad8778aad89f5d8c3f31148de (patch)
treec5e044200fc3101d6d14452aadc04b524883281b /lib/dbdict.h
parent1cbab41a38411ded875924d8b3cdaba68bafd574 (diff)
downloadvdr-epg-daemon-bd6ac8b88a6e128ad8778aad89f5d8c3f31148de.tar.gz
vdr-epg-daemon-bd6ac8b88a6e128ad8778aad89f5d8c3f31148de.tar.bz2
2018-10-02: version 1.1.143 (horchi)\n change: Fixed compile problem of epglv \n \n1.1.143
Diffstat (limited to 'lib/dbdict.h')
-rw-r--r--lib/dbdict.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dbdict.h b/lib/dbdict.h
index 94aab67..3b0398a 100644
--- a/lib/dbdict.h
+++ b/lib/dbdict.h
@@ -308,6 +308,8 @@ class cDbTableDef : public cDbService
}
const char* getName() { return name; }
+
+ int hasName(const char* n) { return strcasecmp(name, n) == 0; }
int fieldCount() { return dfields.size(); }
cDbFieldDef* getField(int id) { return _dfields[id]; }