Rename "byte" type into "byte_t" type.

This commit is contained in:
Romuald Conty
2009-07-16 12:09:06 +00:00
parent 3b8a414cd2
commit e98e7d9415
22 changed files with 180 additions and 180 deletions

View File

@@ -231,7 +231,7 @@ int main(int argc, const char* argv[])
{
bool b4K;
bool bReadAction;
byte* pbtUID;
byte_t* pbtUID;
FILE* pfKeys;
FILE* pfDump;