__HEIM_OCTET_STRING__

This commit is contained in:
Love Hörnquist Åstrand
2011-11-30 00:34:50 -08:00
parent 206b22c9f5
commit 32aef60c6c

View File

@@ -13,10 +13,13 @@ typedef struct heim_integer {
int negative;
} heim_integer;
#ifndef __HEIM_OCTET_STRING__
#define __HEIM_OCTET_STRING__
typedef struct heim_octet_string {
size_t length;
void *data;
} heim_octet_string;
#endif
typedef char *heim_general_string;
typedef char *heim_utf8_string;