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