summaryrefslogtreecommitdiff
path: root/nqasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'nqasm.h')
-rw-r--r--nqasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nqasm.h b/nqasm.h
index d25911b..232c41b 100644
--- a/nqasm.h
+++ b/nqasm.h
@@ -17,6 +17,7 @@ struct instruction {
};
void add_instruction(const struct instruction *);
+void add_label(const char *);
#endif