DynuIPRefresher/src/api/DynuAPI.h

21 lines
231 B
C
Raw Normal View History

//
// Created by lukas on 18.06.19.
//
#ifndef IPREFRESHER_DYNUAPI_H
#define IPREFRESHER_DYNUAPI_H
#include "API.h"
class DynuAPI : API{
public:
int refreshIp(std::string ip);
private:
};
#endif //IPREFRESHER_DYNUAPI_H