Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/crypto/heimdal/lib/wind/map_table.h
34889 views
1
/* ./map_table.h */
2
/* Automatically generated at 2012-01-11T14:07:01.097337 */
3
4
#ifndef MAP_TABLE_H
5
#define MAP_TABLE_H 1
6
7
#include "windlocl.h"
8
9
struct translation {
10
uint32_t key;
11
unsigned short val_len;
12
unsigned short val_offset;
13
wind_profile_flags flags;
14
};
15
16
extern const struct translation _wind_map_table[];
17
18
extern const size_t _wind_map_table_size;
19
20
extern const uint32_t _wind_map_table_val[];
21
22
#endif /* MAP_TABLE_H */
23
24