comparison sidlib.h @ 221:8db9830e5d97

Constify.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Dec 2019 11:07:21 +0200
parents e79a93971d27
children 3a01518fffe0
comparison
equal deleted inserted replaced
220:e79a93971d27 221:8db9830e5d97
111 int si_sldb_build_index(SIDLibSLDB *dbh); 111 int si_sldb_build_index(SIDLibSLDB *dbh);
112 void si_sldb_free(SIDLibSLDB *dbh); 112 void si_sldb_free(SIDLibSLDB *dbh);
113 SIDLibSLDBNode * si_sldb_get_by_hash(SIDLibSLDB *dbh, th_md5hash_t hash); 113 SIDLibSLDBNode * si_sldb_get_by_hash(SIDLibSLDB *dbh, th_md5hash_t hash);
114 114
115 int si_sldb_read_bin(th_ioctx *ctx, SIDLibSLDB *dbh); 115 int si_sldb_read_bin(th_ioctx *ctx, SIDLibSLDB *dbh);
116 int si_sldb_write_bin(th_ioctx *ctx, SIDLibSLDB *dbh); 116 int si_sldb_write_bin(th_ioctx *ctx, const SIDLibSLDB *dbh);
117 117
118 118
119 #ifdef __cplusplus 119 #ifdef __cplusplus
120 } 120 }
121 #endif 121 #endif