mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
use var passed by reference
Origin commit data
------------------
Branch: ni/coolstream
Commit: ddc9229efc
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-04-18 (Thu, 18 Apr 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -24,12 +24,12 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
bool getInetAttributes(const std::string name, bool &automatic_start, std::string &address, std::string &netmask, std::string &broadcast, std::string &gateway);
|
||||
bool getInetAttributes(const std::string &name, bool &automatic_start, std::string &address, std::string &netmask, std::string &broadcast, std::string &gateway);
|
||||
|
||||
bool addLoopbackDevice(const std::string name, const bool automatic_start);
|
||||
bool addLoopbackDevice(const std::string &name, const bool automatic_start);
|
||||
|
||||
bool setStaticAttributes(const std::string name, const bool automatic_start, const std::string address, const std::string netmask, const std::string broadcast, const std::string gateway, bool wireless = false);
|
||||
bool setStaticAttributes(const std::string &name, const bool automatic_start, const std::string &address, const std::string &netmask, const std::string &broadcast, const std::string &gateway, bool wireless = false);
|
||||
|
||||
bool setDhcpAttributes(const std::string name, const bool automatic_start, bool wireless = false);
|
||||
bool setDhcpAttributes(const std::string &name, const bool automatic_start, bool wireless = false);
|
||||
|
||||
#endif /* __network_interfaces_h__ */
|
||||
|
Reference in New Issue
Block a user