summaryrefslogtreecommitdiff
path: root/other/burneye/src/conf/tmp/compiler.h
blob: db49e1faef008ea708472569c2cf4a85450e160e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* fornax - distributed network
 *
 * by team teso
 *
 * compiler include file
 */

#ifndef	FNX_COMPILER_H
#define	FNX_COMPILER_H

int		yyerror (char *str);
int		yywrap (void);
element **	cp_compile (char *buf, int buf_len);
int		cp_yyinput (char *buf, int size_max);

#endif