From 1a0bf9981fbf0cf2e4ba3aac3ac9d661fd3646f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 24 Apr 2005 20:21:39 +0000 Subject: [PATCH] forward declaration for private structures git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14935 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/rsh_locl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appl/rsh/rsh_locl.h b/appl/rsh/rsh_locl.h index cb627866a..249a8e841 100644 --- a/appl/rsh/rsh_locl.h +++ b/appl/rsh/rsh_locl.h @@ -102,6 +102,11 @@ #endif #ifdef KRB5 #include +/* XXX */ +struct krb5_pk_identity; +struct krb5_pk_cert; +struct ContentInfo; +struct _krb5_krb_auth_data; #include /* for _krb5_{get,put}_int */ #endif #if defined(KRB4) || defined(KRB5)