]> Pileus Git - ~andy/fetchmail/blob - smbtypes.h
Note Earl's regression fix for SSL_CTX_clear_options() on older OpenSSL.
[~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