prototype for _hx509_cert_release_func

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17590 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-27 10:59:50 +00:00
parent 046997bc17
commit 7f6b59890e

View File

@@ -72,6 +72,9 @@ struct hx509_collector;
typedef struct hx509_path hx509_path;
#include <hx509.h>
typedef void (*_hx509_cert_release_func)(struct hx509_cert_data *, void *);
#include <hx509-private.h>
#include <hx509_err.h>