version 1.23 | | version 1.24 |
---|
| | |
| | |
/* | | /* |
* static char *rcsid_loop_c = | | * static char *rcsid_loop_c = |
* "$Id: loop.c,v 1.23 2003/05/26 23:58:47 mwedel Exp $"; | | * "$Id: loop.c,v 1.24 2003/06/19 10:59:33 tchize Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{ "setsound", SetSound}, | | { "setsound", SetSound}, |
{ "setup", SetUp}, | | { "setup", SetUp}, |
{ "version", VersionCmd }, | | { "version", VersionCmd }, |
| | { "toggleextendedinfos", ToggleExtendedInfos}, /*Added: tchize*/ |
| | { "asksmooth", AskSmooth}, /*Added: tchize (smoothing technologies)*/ |
{ NULL, NULL} /* terminator */ | | { NULL, NULL} /* terminator */ |
}; | | }; |
| | |