From 7eafa3587c370a204e08afbc4013f748dd78feba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 1 Aug 2021 18:12:36 -0400 Subject: Factor out command line version printing --- src/console.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/console.h') diff --git a/src/console.h b/src/console.h index 73168e11..11b8e828 100644 --- a/src/console.h +++ b/src/console.h @@ -18,3 +18,6 @@ void serd_set_stream_utf8_mode(FILE* stream); + +int +serd_print_version(const char* program); -- cgit v1.2.1