File: map_table.h

package info (click to toggle)
heimdal 7.7.0%2Bdfsg-2%2Bdeb11u3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 42,764 kB
  • sloc: ansic: 355,654; sh: 12,015; javascript: 6,382; makefile: 4,359; yacc: 1,786; perl: 1,572; lex: 732; python: 725; java: 119; awk: 41
file content (22 lines) | stat: -rw-r--r-- 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* ./map_table.h */
/* Automatically generated at 2019-06-07T02:26:41.397498 */

#ifndef MAP_TABLE_H
#define MAP_TABLE_H 1

#include "windlocl.h"

struct translation {
  uint32_t key;
  unsigned short val_len;
  unsigned short val_offset;
  wind_profile_flags flags;
};

extern const struct translation _wind_map_table[];

extern const size_t _wind_map_table_size;

extern const uint32_t _wind_map_table_val[];

#endif /* MAP_TABLE_H */