diff options
Diffstat (limited to 'libtcc.h')
| -rw-r--r-- | libtcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ LIBTCCAPI void tcc_set_error_func(TCCState *s, void *error_opaque, LIBTCCAPI int tcc_set_warning(TCCState *s, const char *warning_name, int value); /* set linker option */ -LIBTCCAPI const char * tcc_set_linker(TCCState *s, const char *option, int multi); +LIBTCCAPI const char * tcc_set_linker(TCCState *s, char *option, int multi); /*****************************/ /* preprocessor */ |
