8 lines
108 B
C
8 lines
108 B
C
#ifndef SERVICE_CONTROL_H
|
|
#define SERVICE_CONTROL_H
|
|
|
|
int disable_services();
|
|
int enable_services();
|
|
|
|
#endif
|