From: Arvin Schnell Date: Thu, 18 Apr 2024 14:11:37 +0000 (+0200) Subject: - added note X-Git-Tag: v0.11.0~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e06be36f3a1ffe89640b00f33ae8f1677a173846;p=thirdparty%2Fsnapper.git - added note --- diff --git a/client/proxy.h b/client/proxy.h index 0156a2b2..1b070f1e 100644 --- a/client/proxy.h +++ b/client/proxy.h @@ -80,6 +80,7 @@ public: string getSubvolume() const; + // Return whether the key was found. If the key was not found then value is unchanged. bool getValue(const string& key, string& value) const; bool is_yes(const char* key) const;