From: Peter van Dijk Date: Tue, 4 Feb 2014 12:30:26 +0000 (+0100) Subject: fix list() prototype for oracle X-Git-Tag: rec-3.6.0-rc1~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e6e526910f22931c42858c4afb0427fa4dcae05;p=thirdparty%2Fpdns.git fix list() prototype for oracle --- diff --git a/modules/oraclebackend/oraclebackend.hh b/modules/oraclebackend/oraclebackend.hh index 694ce6b15a..8b7f80241f 100644 --- a/modules/oraclebackend/oraclebackend.hh +++ b/modules/oraclebackend/oraclebackend.hh @@ -67,7 +67,7 @@ public: void getUpdatedMasters(vector* domains); void setFresh(uint32_t zoneId); void setNotified(uint32_t zoneId, uint32_t serial); - bool list(const string &domain, int zoneId); + bool list(const string &domain, int zoneId, bool include_disabled=false); bool startTransaction(const string &domain, int zoneId); bool feedRecord(const DNSResourceRecord &rr, string* ordername); bool commitTransaction();