/[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.3 - (show annotations)
Thu Jun 15 22:58:58 2006 UTC (18 years, 3 months ago) by joko
Branch: MAIN
Changes since 1.2: +15 -4 lines
File MIME type: text/plain
refactoring

1 /* $Id: min_shell.c,v 1.5 2006/06/15 22:15:10 joko Exp $ */
2
3 #define BOOL int
4 #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);
16 void check_alert_error(const char * error_source);

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