blob: 6a12c8a77296829d4afe150849f00ed0a64f24d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
.\" $NetBSD: hdb_entry_ex.3,v 1.3 2023/06/19 21:41:39 christos Exp $
.\"
.TH "hdb_entry_ex" 3 "Tue Nov 15 2022" "Version 7.8.0" "Heimdal hdb library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
hdb_entry_ex
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <hdb\&.h>\fP
.SH "Detailed Description"
.PP
\fBhdb_entry_ex\fP is a wrapper structure around the hdb_entry structure that allows backends to keep a pointer to the backing store, ie in ->hdb_fetch_kvno(), so that we the kadmin/kpasswd backend gets around to ->hdb_store(), the backend doesn't need to lookup the entry again\&.
.SH "Author"
.PP
Generated automatically by Doxygen for Heimdal hdb library from the source code\&.
|