mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
convert most char[...] configuration values to std::string
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
This commit is contained in:
@@ -95,7 +95,7 @@ class CNetworkSetup : public CMenuTarget, CChangeObserver
|
||||
bool checkStringSettings();
|
||||
bool checkForIP();
|
||||
bool settingsChanged();
|
||||
const char * mypinghost(const char * const host);
|
||||
const char * mypinghost(std::string &host);
|
||||
|
||||
public:
|
||||
enum NETWORK_DHCP_MODE
|
||||
|
Reference in New Issue
Block a user