kdc: move auth event definitions into KDC header

Move KDC auth event macro definitions out of hdb.h and into a new KDC header,
kdc-audit.h.
This commit is contained in:
Luke Howard
2022-01-13 14:37:29 +11:00
parent 04523254c1
commit 6530021f09
6 changed files with 109 additions and 68 deletions

View File

@@ -105,6 +105,7 @@
#endif
#include <kdc.h>
#include <kdc-plugin.h>
#include <kdc-audit.h>
#include <heimbase.h>