more rendering corrections
[AROS.git] / workbench / utilities / Snoopy / main.h
blob09f67a4638a6ed4ab6194bc0b0243d74bc50fe31
1 /*
2 Copyright © 2006-2008, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef MAIN_H
7 #define MAIN_H
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);
16 #endif