freebsd-dev/crypto/heimdal/lib/wind/combining_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

18 lines
374 B
C

/* ./combining_table.h */
/* Automatically generated at 2012-01-11T14:07:00.836450 */
#ifndef COMBINING_TABLE_H
#define COMBINING_TABLE_H 1
#include <krb5-types.h>
struct translation {
uint32_t key;
unsigned combining_class;
};
extern const struct translation _wind_combining_table[];
extern const size_t _wind_combining_table_size;
#endif /* COMBINING_TABLE_H */