Parent Directory
|
Revision Log
shell command dispatching
| 1 | /* $Id: min_shell.h,v 1.3 2006/06/15 22:58:58 joko Exp $ */ |
| 2 | |
| 3 | #include <windows.h> |
| 4 | |
| 5 | // min_shell |
| 6 | void run_commands(FILE * fp); |
| 7 | void dispatch_command(char * command); |
| 8 | |
| 9 | // utils_os |
| 10 | BOOL os_start_process(char * filename, BOOL background); |
| 11 | |
| 12 | // utils_misc |
| 13 | void chomp(char * string); |
| 14 | void check_alert_error(const char * error_source); |
| MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
| Powered by ViewVC 1.1.26 |