Project

General

Profile

« Previous | Next » 

Revision 66a63de2

Added by Hamish Coleman almost 16 years ago

  • ID 66a63de27cf678834a6f739e8c492f150bafc5ae

Housekeeping - ignore object files and reduce warnings from the scm

View differences:

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