/[cvs]/joko/Uni/BSArch/03/win32/min_shell.h
ViewVC logotype

Contents of /joko/Uni/BSArch/03/win32/min_shell.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations)
Fri Jun 16 00:37:22 2006 UTC (18 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.5: +2 -2 lines
File MIME type: text/plain
+ interactive mode

1 /* $Id: min_shell.h,v 1.5 2006/06/16 00:31:50 joko Exp $ */
2
3 #include <windows.h>
4
5 #define MAX_COMMAND_LENGTH 1024
6
7 // min_shell
8 void run_commands(FILE * fp, char * prompt);
9 void dispatch_command(char * command);
10
11 // utils_os
12 BOOL os_start_process(char * filename, BOOL background);
13
14 // utils_misc
15 void chomp(char * string);
16 void check_alert_error(const char * error_source);

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed