
- crypto/external/bsd/heimdal - crypto/external/bsd/libsaslc - crypto/external/bsd/netpgp - crypto/external/bsd/openssl Change-Id: I91dbf05f33e637edf5b9bb408d5baddd7ba8cf75
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 */
|