summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/krb5/store-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/krb5/store-int.h')
-rw-r--r--source4/heimdal/lib/krb5/store-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal/lib/krb5/store-int.h b/source4/heimdal/lib/krb5/store-int.h
index 0b7accb860..877ccc008d 100644
--- a/source4/heimdal/lib/krb5/store-int.h
+++ b/source4/heimdal/lib/krb5/store-int.h
@@ -43,6 +43,7 @@ struct krb5_storage_data {
void (*free)(struct krb5_storage_data*);
krb5_flags flags;
int eof_code;
+ size_t max_alloc;
};
#endif /* __store_int_h__ */