From 91c0c68e153118f4d64c137d78882ee95830c307 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 Jul 2022 17:55:16 -0400 Subject: Move serdi to tools subdirectory This separates the command-line tool code from the library implementation. --- src/console.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/console.h (limited to 'src/console.h') 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 -// SPDX-License-Identifier: ISC - -#include - -void -serd_set_stream_utf8_mode(FILE* stream); - -int -serd_print_version(const char* program); -- cgit v1.2.1