mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
lib/libconfigfile/configfile.cpp: add deleteKey()
This commit is contained in:
@@ -106,6 +106,7 @@ class CConfigFile
|
||||
void setUnknownKeyQueryedFlag(const bool val) { unknownKeyQueryedFlag = val; }
|
||||
|
||||
ConfigDataMap getConfigDataMap(){ return configData; }
|
||||
bool deleteKey(const std::string & key);
|
||||
};
|
||||
|
||||
#endif /* __configfile_h__ */
|
||||
|
Reference in New Issue
Block a user