aboutsummaryrefslogtreecommitdiffstats
path: root/src/console.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-08-01 18:12:36 -0400
committerDavid Robillard <d@drobilla.net>2022-01-28 21:57:07 -0500
commit7eafa3587c370a204e08afbc4013f748dd78feba (patch)
tree96f0c8b1e44aa4413471385bcc6ea7e0af00692c /src/console.h
parentf9524394dc6e5571b48af14fdda33316ba4feb07 (diff)
downloadserd-7eafa3587c370a204e08afbc4013f748dd78feba.tar.gz
serd-7eafa3587c370a204e08afbc4013f748dd78feba.tar.bz2
serd-7eafa3587c370a204e08afbc4013f748dd78feba.zip
Factor out command line version printing
Diffstat (limited to 'src/console.h')
-rw-r--r--src/console.h3
1 files changed, 3 insertions, 0 deletions
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);