alsa.audio: use correct name of libasound so file
[AROS.git] / workbench / system / Snoopy / main.h
blob36287c90bceb4a123c72c943f31c8b32856ce513
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)
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);
17 #endif