diff options
author | Slávek Banko <[email protected]> | 2021-11-05 13:28:23 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-05 13:28:23 +0100 |
commit | 8c787c3591c1c885b91a54128835b400858c5cca (patch) | |
tree | eca1b776912a305c4d45b3964038278a2fae1ead /debian/htdig/htdig-3.2.0b6/db/log_ext.h | |
parent | fe188b907cdf30dfdfe0eba9412e7f8749fec158 (diff) | |
download | extra-dependencies-8c787c3591c1c885b91a54128835b400858c5cca.tar.gz extra-dependencies-8c787c3591c1c885b91a54128835b400858c5cca.zip |
DEB htdig: Added to repository.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/db/log_ext.h')
-rw-r--r-- | debian/htdig/htdig-3.2.0b6/db/log_ext.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/db/log_ext.h b/debian/htdig/htdig-3.2.0b6/db/log_ext.h new file mode 100644 index 00000000..7f5e6231 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/db/log_ext.h @@ -0,0 +1,21 @@ +/* DO NOT EDIT: automatically built by dist/distrib. */ +#ifndef _log_ext_h_ +#define _log_ext_h_ +int CDB___log_open __P((DB_ENV *)); +int CDB___log_find __P((DB_LOG *, int, int *)); +int CDB___log_valid __P((DB_LOG *, u_int32_t, int)); +int CDB___log_close __P((DB_ENV *)); +int CDB___log_init_recover __P((DB_ENV *)); +int CDB___log_findckp __P((DB_ENV *, DB_LSN *)); +int CDB___log_get __P((DB_LOG *, DB_LSN *, DBT *, u_int32_t, int)); +void CDB___log_dbenv_create __P((DB_ENV *)); +int CDB___log_put __P((DB_ENV *, DB_LSN *, const DBT *, u_int32_t)); +int CDB___log_name __P((DB_LOG *, + u_int32_t, char **, DB_FH *, u_int32_t)); +int CDB___log_register_recover + __P((DB_ENV *, DBT *, DB_LSN *, int, void *)); +int CDB___log_add_logid __P((DB_LOG *, DB *, u_int32_t)); +int CDB___db_fileid_to_db __P((DB_ENV *, DB **, int32_t, int)); +void CDB___log_close_files __P((DB_ENV *)); +void CDB___log_rem_logid __P((DB_LOG *, u_int32_t)); +#endif /* _log_ext_h_ */ |