2 Copyright © 2006-2008, The AROS Development Team. All rights reserved.
9 #define PATTERNLEN (100)
10 #define PARSEDPATTERNLEN (PATTERNLEN * 2 + 5)
11 #define MAX_STR_LEN (200)
13 void clean_exit(char *s
);
14 void main_output(CONST_STRPTR action
, CONST_STRPTR target
, CONST_STRPTR option
, IPTR result
, BOOL canInterrupt
, BOOL expand
);
15 void main_parsepattern(void);