aboutsummaryrefslogtreecommitdiffstats
path: root/src/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/console.h')
-rw-r--r--src/console.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/console.h b/src/console.h
new file mode 100644
index 00000000..ff21e442
--- /dev/null
+++ b/src/console.h
@@ -0,0 +1,7 @@
+// Copyright 2021 David Robillard <d@drobilla.net>
+// SPDX-License-Identifier: ISC
+
+#include <stdio.h>
+
+void
+serd_set_stream_utf8_mode(FILE* stream);