summaryrefslogtreecommitdiffstats
path: root/osdep/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/io.h')
-rw-r--r--osdep/io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/osdep/io.h b/osdep/io.h
index 0348d3d1a3..a116f3e566 100644
--- a/osdep/io.h
+++ b/osdep/io.h
@@ -65,8 +65,6 @@ char *mp_to_utf8(void *talloc_ctx, const wchar_t *s);
#include <sys/stat.h>
#include <fcntl.h>
-void mp_get_converted_argv(int *argc, char ***argv);
-
int mp_printf(const char *format, ...);
int mp_fprintf(FILE *stream, const char *format, ...);
int mp_open(const char *filename, int oflag, ...);