18 lines
374 B
C
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 */
|