aboutsummaryrefslogtreecommitdiff
path: root/libtcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtcc.h')
-rw-r--r--libtcc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libtcc.h b/libtcc.h
index b661fda..c25ab0f 100644
--- a/libtcc.h
+++ b/libtcc.h
@@ -31,6 +31,9 @@ LIBTCCAPI void tcc_set_error_func(TCCState *s, void *error_opaque,
/* set/reset a warning */
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);
+
/*****************************/
/* preprocessor */