mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 00:24:03 -04:00
18 lines
379 B
C
18 lines
379 B
C
/* ./combining_table.h */
|
|
/* Automatically generated at 2011-03-18T00:46:29.730412 */
|
|
|
|
#ifndef COMBINING_TABLE_H
|
|
#define COMBINING_TABLE_H 1
|
|
|
|
#include <krb5/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 */
|