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