repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
utilities
/
Installer
/
parse.h
blob
c374d355c1247f564fb5bfabf1000b7a6e278491
1
/*
2
Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
/* parse.h -- Prototypes for all functions used to parse the input file */
7
8
#ifndef _PARSE_H
9
#define _PARSE_H
10
11
extern
void
parse_file
(
ScriptArg
*);
12
13
extern
int
line
;
14
15
#endif
/* _PARSE_H */
16