From 212c7cf7c90d97abed26d7ea416a20e2ee8c7f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 14 Oct 2006 05:37:56 +0000 Subject: [PATCH] move prototype any from where. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18445 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/heim_asn1.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/asn1/heim_asn1.h b/lib/asn1/heim_asn1.h index 99f8e9514..afee6f421 100644 --- a/lib/asn1/heim_asn1.h +++ b/lib/asn1/heim_asn1.h @@ -34,9 +34,6 @@ #ifndef __HEIM_ANY_H__ #define __HEIM_ANY_H__ 1 -typedef struct heim_octet_string heim_any; -typedef struct heim_octet_string heim_any_set; - int encode_heim_any(unsigned char *, size_t, const heim_any *, size_t *); int decode_heim_any(const unsigned char *, size_t, heim_any *, size_t *); void free_heim_any(heim_any *);