XXX add some "struct foo;" glue for pkinit structures that isn't used

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13139 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-11-23 23:45:47 +00:00
parent 8f1d37e688
commit 80c1204118

View File

@@ -37,6 +37,10 @@ RCSID("$Id$");
#ifndef KRB4 #ifndef KRB4
#include "krb5-v4compat.h" #include "krb5-v4compat.h"
#endif #endif
struct krb5_pk_identity;
struct krb5_pk_cert;
struct ContentInfo;
#include "krb5-private.h" #include "krb5-private.h"
int forwardable_flag = -1; int forwardable_flag = -1;