initial commit
This commit is contained in:
7
include/service_control.h
Normal file
7
include/service_control.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef SERVICE_CONTROL_H
|
||||
#define SERVICE_CONTROL_H
|
||||
|
||||
int disable_services();
|
||||
int enable_services();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user