summaryrefslogtreecommitdiff
path: root/labels.h
diff options
context:
space:
mode:
Diffstat (limited to 'labels.h')
-rw-r--r--labels.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/labels.h b/labels.h
index b78c856..11c5519 100644
--- a/labels.h
+++ b/labels.h
@@ -6,6 +6,9 @@
* distributed in the NASM archive.
*/
+extern char lprefix[PREFIX_MAX];
+extern char lpostfix[PREFIX_MAX];
+
int lookup_label (char *label, long *segment, long *offset);
int is_extern (char *label);
void define_label (char *label, long segment, long offset, char *special,