renamed test func accordingly

pull/1/head
qtkite 3 years ago
parent b1ce90aff8
commit d3d46a1e2a

@ -14,7 +14,7 @@ int main()
"Windows defender is ACTIVE\n" :
"Windows defender is OFF\n");
wmic::test_get();
wmic::test_exec();
system("pause");

@ -6,7 +6,7 @@ namespace wmic
{
// function to test getting data
//
bool test_get()
bool test_exec()
{
HRESULT hres;

@ -9,7 +9,7 @@
namespace wmic
{
// function to test getting data
// function to test getting executing a command
//
bool test_get();
bool test_exec();
}

Loading…
Cancel
Save