more code

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4460 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-02-26 23:55:37 +00:00
parent ed028a0d6a
commit 40a0ac5cfc
5 changed files with 352 additions and 15 deletions

View File

@@ -49,6 +49,7 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <assert.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
@@ -287,12 +288,16 @@ kadm5_log_replay (kadm5_server_context *context,
u_int32_t len,
krb5_storage *sp);
krb5_storage *
kadm5_log_goto_end (int fd);
kadm5_ret_t
kadm5_log_previous (krb5_storage *sp,
u_int32_t *ver,
time_t *timestamp,
enum kadm_ops *op,
u_int32_t *len);
#define KADM5_LOG_SIGNAL HDB_DB_DIR "/signal"
#define IPROP_VERSION "iprop-0.0"
#define KADM5_SLAVE_ACL HDB_DB_DIR "/slaves"
#define IPROP_NAME "iprop"
#endif /* __KADM5_LOCL_H__ */