freebsd-dev/crypto/heimdal/lib/wind/map_table.h
Stanislav Sedov cf771f223b - Update FreeBSD's Heimdal distribution to 1.5.2. This is a bugfix
release, which fixes a DoS issue in libkrb5.
2012-04-08 08:19:17 +00:00

23 lines
437 B
C

/* ./map_table.h */
/* Automatically generated at 2012-01-11T14:07:01.097337 */
#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 */