/[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.2 by joko, Thu Jun 15 22:34:55 2006 UTC revision 1.3 by joko, Thu Jun 15 22:58:58 2006 UTC
# Line 1  Line 1 
1  void read_commands(FILE * fp);  /* $Id$ */
2  void process_command(char * command);  
3  BOOL start_process(char * filename, BOOL background);  #define BOOL int
4  void check_alert_error(const char * error_source);  #define TRUE 1
5    #define FALSE 0
6    
7    // min_shell
8    void run_commands(FILE * fp);
9    void execute_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);  void chomp(char * string);
16    void check_alert_error(const char * error_source);

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

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