diff options
Diffstat (limited to 'tools/console.h')
-rw-r--r-- | tools/console.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/console.h b/tools/console.h new file mode 100644 index 00000000..41ab328d --- /dev/null +++ b/tools/console.h @@ -0,0 +1,15 @@ +// Copyright 2021 David Robillard <d@drobilla.net> +// SPDX-License-Identifier: ISC + +#ifndef SERD_TOOLS_CONSOLE_H +#define SERD_TOOLS_CONSOLE_H + +#include <stdio.h> + +void +serd_set_stream_utf8_mode(FILE* stream); + +int +serd_print_version(const char* program); + +#endif // SERD_TOOLS_CONSOLE_H |