summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index 0681cd03..bc2135de 100644
--- a/parser.h
+++ b/parser.h
@@ -10,8 +10,9 @@
#ifndef NASM_PARSER_H
#define NASM_PARSER_H
+void parser_global_info (struct ofmt *output, loc_t *locp);
insn *parse_line (int pass, char *buffer, insn *result,
- efunc error, evalfunc evaluate, evalinfofunc einfo);
+ efunc error, evalfunc evaluate, ldfunc ldef);
void cleanup_insn (insn *instruction);
#endif