⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
wconsd
All Projects
wconsd
+
New issue
Overview
Activity
Roadmap
Issues
Gantt
Calendar
News
Wiki
Files
Repository
Download (314 Bytes)
Statistics
| Branch:
master
| Revision:
root
/
scm.h
@ 0b80dcaf
View
History
Annotate
/*
*
*
*
*/
struct
SCM_def
{
unsigned
char
*
name
;
unsigned
char
*
desc
;
int
(
*
init
)(
int
,
char
**
);
int
(
*
main
)(
int
);
int
(
*
stop
)(
int
);
};
int
SCM_Start
(
struct
SCM_def
*
);
char
*
SCM_Install
(
struct
SCM_def
*
);
int
SCM_Remove
(
struct
SCM_def
*
);
#define SVC_OK 0
#define SVC_FAIL -1
#define SVC_CONSOLE 1
« Previous
1
…
6
7
8
9
10
Next »
(8-8/10)
Loading...