summaryrefslogtreecommitdiff
path: root/include/types.h
blob: 79b267ba42cb4eba5803cab8cf5574bb50098d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _TYPES_H
#define _TYPES_H

/* Define types for GPG code */

#include "lsh_types.h"

typedef UINT8 byte;

typedef UINT32 u32;

#endif /* _TYPES_H */