Revision 66a63de2
Added by Hamish Coleman almost 17 years ago
- ID 66a63de27cf678834a6f739e8c492f150bafc5ae
| .gitignore | ||
|---|---|---|
|
wconsd.exe
|
||
|
portenum.exe
|
||
|
|
||
|
# Ignore the partial objects
|
||
|
wconsd.o
|
||
|
win-scm.o
|
||
|
# Ignore the object files
|
||
|
*.o
|
||
|
|
||
|
# Also ignore any binaries from the wine build
|
||
|
wconsd.exe.so
|
||
| 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