summaryrefslogtreecommitdiffstats
path: root/byterun/sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/sys.h')
-rw-r--r--byterun/sys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/sys.h b/byterun/sys.h
index 86daa7b7b..ef2354275 100644
--- a/byterun/sys.h
+++ b/byterun/sys.h
@@ -21,7 +21,7 @@
#define NO_ARG Val_int(0)
CAMLextern void caml_sys_error (value);
-extern void sys_init (char * exe_name, char ** argv);
+extern void caml_sys_init (char * exe_name, char ** argv);
CAMLextern value caml_sys_exit (value);
extern char * caml_exe_name;