Revision 66a63de2
Added by Hamish Coleman almost 16 years ago
- ID 66a63de27cf678834a6f739e8c492f150bafc5ae
scm.h | ||
---|---|---|
*/
|
||
|
||
struct SCM_def {
|
||
unsigned char *name;
|
||
unsigned char *desc;
|
||
char *name;
|
||
char *desc;
|
||
int (*init)(int, char **);
|
||
int (*main)(int);
|
||
int (*stop)(int);
|
Also available in: Unified diff
Housekeeping - ignore object files and reduce warnings from the scm