summaryrefslogtreecommitdiff
path: root/quote.h
diff options
context:
space:
mode:
Diffstat (limited to 'quote.h')
-rw-r--r--quote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quote.h b/quote.h
index 501f7350..5f96159e 100644
--- a/quote.h
+++ b/quote.h
@@ -4,7 +4,7 @@
#include "compiler.h"
char *nasm_quote(char *str, size_t len);
-size_t nasm_unquote(char *str);
+size_t nasm_unquote(char *str, char **endptr);
char *nasm_skip_string(char *str);
#endif /* NASM_QUOTE_H */