diff options
author | David Robillard <d@drobilla.net> | 2022-07-13 17:55:16 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | 91c0c68e153118f4d64c137d78882ee95830c307 (patch) | |
tree | 1325868b64aab19ff57a08d528ac1a25b8e82d7a /src/console.h | |
parent | 90fe1b64c2203f9e82646cb41c8a85f0a31125bb (diff) | |
download | serd-91c0c68e153118f4d64c137d78882ee95830c307.tar.gz serd-91c0c68e153118f4d64c137d78882ee95830c307.tar.bz2 serd-91c0c68e153118f4d64c137d78882ee95830c307.zip |
Move serdi to tools subdirectory
This separates the command-line tool code from the library implementation.
Diffstat (limited to 'src/console.h')
-rw-r--r-- | src/console.h | 10 |
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); |