xref: /illumos-gate/usr/src/tools/smatch/src/compile.h (revision edd4c52697927997fb1ce3c2c4c425e5ca3a56d6)
1 #ifndef COMPILE_H
2 #define COMPILE_H
3 
4 struct symbol;
5 
6 extern void emit_one_symbol(struct symbol *);
7 extern void emit_unit_begin(const char *);
8 extern void emit_unit_end(void);
9 
10 #endif /* COMPILE_H */
11