From 8e8a2d46f436ceef06dca9e178f61637a61bb126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 14 Nov 2006 09:47:07 +0000 Subject: [PATCH] Forward decl. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19033 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/rsh/rsh_locl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appl/rsh/rsh_locl.h b/appl/rsh/rsh_locl.h index 2403b0dd7..e8ef85b2a 100644 --- a/appl/rsh/rsh_locl.h +++ b/appl/rsh/rsh_locl.h @@ -108,6 +108,8 @@ struct krb5_pk_cert; struct ContentInfo; struct _krb5_krb_auth_data; struct krb5_dh_moduli; +struct krb5_plugin; +enum plugin_type; #include "crypto-headers.h" #include /* for _krb5_{get,put}_int */ #endif