⚲
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 (266 Bytes)
Statistics
| Branch:
master
| Revision:
root
/
module.h
@ 368d31d4
View
History
Annotate
/*
*
*
*
*/
struct
module_def
{
struct
module_def
*
next
;
char
*
name
;
char
*
desc
;
int
(
*
showrun
)(
struct
cli_def
*
);
};
int
register_module
(
struct
module_def
*
);
int
register_parent
(
char
*
,
struct
cli_command
*
);
struct
cli_command
*
lookup_parent
(
char
*
);
« Previous
1
…
4
5
6
7
8
…
13
Next »
(6-6/13)
Loading...