move prototype any from where.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18445 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -34,9 +34,6 @@
|
|||||||
#ifndef __HEIM_ANY_H__
|
#ifndef __HEIM_ANY_H__
|
||||||
#define __HEIM_ANY_H__ 1
|
#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 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 *);
|
int decode_heim_any(const unsigned char *, size_t, heim_any *, size_t *);
|
||||||
void free_heim_any(heim_any *);
|
void free_heim_any(heim_any *);
|
||||||
|
Reference in New Issue
Block a user