summaryrefslogtreecommitdiff
path: root/listing.h
diff options
context:
space:
mode:
Diffstat (limited to 'listing.h')
-rw-r--r--listing.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/listing.h b/listing.h
new file mode 100644
index 00000000..c3ac153f
--- /dev/null
+++ b/listing.h
@@ -0,0 +1,14 @@
+/* listing.h header file for listing.c
+ *
+ * The Netwide Assembler is copyright (C) 1996 Simon Tatham and
+ * Julian Hall. All rights reserved. The software is
+ * redistributable under the licence given in the file "Licence"
+ * distributed in the NASM archive.
+ */
+
+#ifndef NASM_LISTING_H
+#define NASM_LISTING_H
+
+extern ListGen nasmlist;
+
+#endif