mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Fix #624: Can´t rename network via webinterface
This commit is contained in:
@@ -946,6 +946,7 @@ public:
|
||||
|
||||
bool LoadRegistry();
|
||||
bool SaveRegistry() const;
|
||||
bool MoveRegistry(const CString& sPath);
|
||||
bool SetNV(const CString & sName, const CString & sValue, bool bWriteToDisk = true);
|
||||
CString GetNV(const CString & sName) const;
|
||||
bool DelNV(const CString & sName, bool bWriteToDisk = true);
|
||||
|
||||
Reference in New Issue
Block a user