git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23183 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-05-22 09:56:51 +00:00
parent 1aee629529
commit cc4d52535f

View File

@@ -94,12 +94,6 @@ typedef struct heim_ber_time_t {
int bt_zone; int bt_zone;
} heim_ber_time_t; } heim_ber_time_t;
struct heim_acode {
size_t size;
unsigned int op;
void *arg1;
};
#include <der-protos.h> #include <der-protos.h>
int _heim_fix_dce(size_t reallen, size_t *len); int _heim_fix_dce(size_t reallen, size_t *len);