Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/crypto/heimdal/lib/wind/combining_table.h
34889 views
1
/* ./combining_table.h */
2
/* Automatically generated at 2012-01-11T14:07:00.836450 */
3
4
#ifndef COMBINING_TABLE_H
5
#define COMBINING_TABLE_H 1
6
7
#include <krb5-types.h>
8
9
struct translation {
10
uint32_t key;
11
unsigned combining_class;
12
};
13
14
extern const struct translation _wind_combining_table[];
15
16
extern const size_t _wind_combining_table_size;
17
#endif /* COMBINING_TABLE_H */
18
19