6 lines
140 B
C
6 lines
140 B
C
|
#pragma once
|
||
|
|
||
|
// "wzctool r"; args = "{guid} param"
|
||
|
// requests the service to refresh any of the params
|
||
|
void cmdR(int argc, char *argv[]);
|