freebsd-nq/crypto/heimdal/lib/wind/bidi_table.h
Stanislav Sedov cf771f223b - Update FreeBSD's Heimdal distribution to 1.5.2. This is a bugfix
release, which fixes a DoS issue in libkrb5.
2012-04-08 08:19:17 +00:00

21 lines
421 B
C

/* ./bidi_table.h */
/* Automatically generated at 2012-01-11T14:07:00.534628 */
#ifndef BIDI_TABLE_H
#define BIDI_TABLE_H 1
#include <krb5-types.h>
struct range_entry {
uint32_t start;
unsigned len;
};
extern const struct range_entry _wind_ral_table[];
extern const struct range_entry _wind_l_table[];
extern const size_t _wind_ral_table_size;
extern const size_t _wind_l_table_size;
#endif /* BIDI_TABLE_H */