(krb5_storage): add `host_byteorder' flag for storage of numbers

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5958 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-04-15 15:40:14 +00:00
parent 869330023b
commit fb69627e1b

View File

@@ -399,6 +399,7 @@ typedef struct krb5_storage {
size_t (*store)(struct krb5_storage*, void*, size_t);
off_t (*seek)(struct krb5_storage*, off_t, int);
void (*free)(struct krb5_storage*);
krb5_boolean host_byteorder;
} krb5_storage;
typedef struct krb5_keytab_entry {