diff sidlib.h @ 163:179ffe97599c

Implement support for the "new" MD5 format of SLDB.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 Feb 2018 22:07:19 +0200
parents 6418286a7e4c
children da2fbfe18c60
line wrap: on
line diff
--- a/sidlib.h	Fri Feb 16 21:24:28 2018 +0200
+++ b/sidlib.h	Fri Feb 16 22:07:19 2018 +0200
@@ -92,7 +92,7 @@
 //
 // Functions
 //
-int             si_read_sid_file(th_ioctx *ctx, PSIDHeader **ppsid);
+BOOL            si_read_sid_file(th_ioctx *ctx, PSIDHeader **ppsid, const BOOL newSLDB);
 void            si_free_sid_file(PSIDHeader *psid);
 
 const char *    si_get_sid_clock_str(const int flags);