fix a few more of the patches for gcc 4.8.3. patch now applies cleanly
[AROS.git] / workbench / utilities / Installer / parse.h
blobc374d355c1247f564fb5bfabf1000b7a6e278491
1 /*
2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 /* parse.h -- Prototypes for all functions used to parse the input file */
8 #ifndef _PARSE_H
9 #define _PARSE_H
11 extern void parse_file(ScriptArg *);
13 extern int line;
15 #endif /* _PARSE_H */