Subversion Repositories Mokou

Rev

Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 10
Line 1... Line 1...
1
/* $Id: mk_service.h 5 2024-09-07 08:42:09Z nishi $ */
1
/* $Id: mk_service.h 10 2024-09-07 09:55:12Z nishi $ */
2
 
2
 
3
#ifndef __MK_SERVICE_H__
3
#ifndef __MK_SERVICE_H__
4
#define __MK_SERVICE_H__
4
#define __MK_SERVICE_H__
5
 
5
 
6
#include <stdbool.h>
6
#include <stdbool.h>
Line 16... Line 16...
16
 
16
 
17
void mk_service_scan(void);
17
void mk_service_scan(void);
18
int mk_start_service(const char* name);
18
int mk_start_service(const char* name);
19
int mk_stop_service(const char* name);
19
int mk_stop_service(const char* name);
20
void mk_start_services(void);
20
void mk_start_services(void);
-
 
21
void mk_resurrect_services(void);
21
 
22
 
22
#endif
23
#endif