hyperion.ng/include/utils/Process.h

10 lines
149 B
C++

#pragma once
#include <string>
namespace Process {
void restartHyperion(bool asNewProcess=false);
std::string command_exec(const char* cmd);
};