mirror of
https://github.com/vgough/encfs.git
synced 2025-01-21 05:08:34 +01:00
11 lines
102 B
C
11 lines
102 B
C
|
#ifndef TYPES_H
|
||
|
#define TYPES_H
|
||
|
|
||
|
namespace encfs {
|
||
|
|
||
|
typedef unsigned char byte;
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // TYPES_H
|