summaryrefslogtreecommitdiff
path: root/asm/quote.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm/quote.h')
-rw-r--r--asm/quote.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/quote.h b/asm/quote.h
index 2d8ce87b..ed934f25 100644
--- a/asm/quote.h
+++ b/asm/quote.h
@@ -37,6 +37,7 @@
#include "compiler.h"
char *nasm_quote(const char *str, size_t len);
+char *nasm_quote_cstr(const char *str);
size_t nasm_unquote(char *str, char **endptr);
char *nasm_skip_string(char *str);