comparison 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
comparison
equal deleted inserted replaced
162:7359170fbb7f 163:179ffe97599c
90 90
91 91
92 // 92 //
93 // Functions 93 // Functions
94 // 94 //
95 int si_read_sid_file(th_ioctx *ctx, PSIDHeader **ppsid); 95 BOOL si_read_sid_file(th_ioctx *ctx, PSIDHeader **ppsid, const BOOL newSLDB);
96 void si_free_sid_file(PSIDHeader *psid); 96 void si_free_sid_file(PSIDHeader *psid);
97 97
98 const char * si_get_sid_clock_str(const int flags); 98 const char * si_get_sid_clock_str(const int flags);
99 const char * si_get_sid_model_str(const int flags); 99 const char * si_get_sid_model_str(const int flags);
100 100