Files
rpc/network.h
2020-09-08 13:40:45 -07:00

13 lines
342 B
C++

/*********************************************************************
* Copyright (c) Intel Corporation 2019 - 2020
* SPDX-License-Identifier: Apache-2.0
**********************************************************************/
#ifndef __NETWORK_H__
#define __NETWORK_H__
#include <string>
std::string net_get_dns(char* macAddress);
#endif