#ifndef SERVICE_CONTROL_H #define SERVICE_CONTROL_H int disable_services(); int enable_services(); #endif