/[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.4 by joko, Fri Jun 16 00:06:11 2006 UTC
# Line 1  Line 1 
1  /* $Id$ */  /* $Id$ */
2    
3  #define BOOL int  #include <windows.h>
 #define TRUE 1  
 #define FALSE 0  
4    
5  // min_shell  // min_shell
6  void run_commands(FILE * fp);  void run_commands(FILE * fp);
7  void execute_command(char * command);  void dispatch_command(char * command);
8    
9  // utils_os  // utils_os
10  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.4

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