diff sidlib.h @ 386:94ff750679a6

Implement sidlib_write_sid_header() function.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 01 Jan 2022 16:25:42 +0200
parents 1049033c6bbd
children c96448875797
line wrap: on
line diff
--- a/sidlib.h	Sat Jan 01 16:25:17 2022 +0200
+++ b/sidlib.h	Sat Jan 01 16:25:42 2022 +0200
@@ -172,6 +172,8 @@
 int              sidlib_read_sid_file_alloc(th_ioctx *ctx, SIDLibPSIDHeader **ppsid, const BOOL newSLDB, SIDLibChConvCtx *chconv);
 void             sidlib_free_sid_file(SIDLibPSIDHeader *psid);
 
+int              sidlib_write_sid_header(th_ioctx *ctx, const SIDLibPSIDHeader *psid);
+
 const char *     sidlib_get_sid_clock_str(const int flags);
 const char *     sidlib_get_sid_model_str(const int flags);