mirror of
https://github.com/vgough/encfs.git
synced 2025-01-08 15:10:12 +01:00
a89752dfe7
git-svn-id: http://encfs.googlecode.com/svn/trunk@121 db9cf616-1c43-0410-9cb8-a902689de0d6
10 lines
102 B
C++
10 lines
102 B
C++
#ifndef TYPES_H
|
|
#define TYPES_H
|
|
|
|
namespace encfs {
|
|
|
|
typedef unsigned char byte;
|
|
}
|
|
|
|
#endif // TYPES_H
|