tail head cat sleep
QR code linking to this page

Manual Pages  — hdb_entry_ex

NAME

hdb_entry_ex -

CONTENTS

SYNOPSIS

#include <hdb.h>

Detailed Description

hdb_entry_ex 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.

Author

Generated automatically by Doxygen for Heimdalhdblibrary from the source code.


11 Jan 2012 hdb_entry_ex (3) Version 1.5.2

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Never write it in C if you can do it in `awk';
Never do it in `awk' if `sed' can handle it;
Never use `sed' when `tr' can do the job;
Never invoke `tr' when `cat' is sufficient;
Avoid using `cat' whenever possible.
— Taylor's Laws of Programming