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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by joko, Thu Jun 15 22:58:58 2006 UTC revision 1.6 by joko, Fri Jun 16 00:37:22 2006 UTC
# Line 1  Line 1 
1  /* $Id$ */  /* $Id$ */
2    
3  #define BOOL int  #include <windows.h>
4  #define TRUE 1  
5  #define FALSE 0  #define MAX_COMMAND_LENGTH 1024
6    
7  // min_shell  // min_shell
8  void run_commands(FILE * fp);  void run_commands(FILE * fp, char * prompt);
9  void execute_command(char * command);  void dispatch_command(char * command);
10    
11  // utils_os  // utils_os
12  BOOL os_start_process(char * filename, BOOL background);  BOOL os_start_process(char * filename, BOOL background);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

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