mirror of
https://github.com/vgough/encfs.git
synced 2025-01-04 04:59:53 +01:00
7799c88df6
git-svn-id: http://encfs.googlecode.com/svn/trunk@93 db9cf616-1c43-0410-9cb8-a902689de0d6
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
|