summaryrefslogtreecommitdiff
path: root/stdscan.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdscan.h')
-rw-r--r--stdscan.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdscan.h b/stdscan.h
index 0546ef2..8dbc2d0 100644
--- a/stdscan.h
+++ b/stdscan.h
@@ -37,10 +37,10 @@
#ifndef NASM_STDSCAN_H
#define NASM_STDSCAN_H
-/*
- * Standard scanner.
- */
-extern char *stdscan_bufptr;
+
+/* Standard scanner */
+void stdscan_set(char *str);
+char *stdscan_get(void);
void stdscan_reset(void);
int stdscan(void *private_data, struct tokenval *tv);
int nasm_token_hash(const char *token, struct tokenval *tv);