]> Pileus Git - ~andy/fetchmail/blob - smbtypes.h
Attempt merging from 6.3.24.
[~andy/fetchmail] / smbtypes.h
1 #ifndef SMBTYPES_H
2 #define SMBTYPES_H
3
4 typedef unsigned short uint16;
5 typedef unsigned int   uint32;
6 typedef unsigned char  uint8;
7
8 #endif