comparison sidlib.h @ 245:6cb01bf6c8c8

Make the STILdb functions public.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Jan 2020 09:44:48 +0200
parents 537420ccd05b
children 4a3e8960b3a9
comparison
equal deleted inserted replaced
244:1beaad0d5219 245:6cb01bf6c8c8
150 int sidlib_sldb_read(th_ioctx *ctx, SIDLibSLDB *dbh); 150 int sidlib_sldb_read(th_ioctx *ctx, SIDLibSLDB *dbh);
151 int sidlib_sldb_build_index(SIDLibSLDB *dbh); 151 int sidlib_sldb_build_index(SIDLibSLDB *dbh);
152 void sidlib_sldb_free(SIDLibSLDB *dbh); 152 void sidlib_sldb_free(SIDLibSLDB *dbh);
153 SIDLibSLDBNode * sidlib_sldb_get_by_hash(SIDLibSLDB *dbh, th_md5hash_t hash); 153 SIDLibSLDBNode * sidlib_sldb_get_by_hash(SIDLibSLDB *dbh, th_md5hash_t hash);
154 154
155 int sidlib_stildb_new(SIDLibSTILDB **pdbh);
156 int sidlib_stildb_read(th_ioctx *ctx, SIDLibSTILDB *dbh);
157 int sidlib_stildb_build_index(SIDLibSTILDB *dbh);
158 void sidlib_stildb_free(SIDLibSTILDB *dbh);
159 SIDLibSTILNode * sidlib_stildb_get_node(SIDLibSTILDB *dbh, const char *filename);
155 160
156 161
157 #ifdef __cplusplus 162 #ifdef __cplusplus
158 } 163 }
159 #endif 164 #endif