summaryrefslogtreecommitdiff
path: root/byterun/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/main.c')
-rw-r--r--byterun/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/main.c b/byterun/main.c
index f6ac6c593d..5e5839fff7 100644
--- a/byterun/main.c
+++ b/byterun/main.c
@@ -26,7 +26,7 @@
#include <windows.h>
#endif
-CAMLextern void caml_main (charnat **);
+CAMLextern void caml_main (char_os **);
#ifdef _WIN32
CAMLextern void caml_expand_command_line (int *, wchar_t ***);