]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/util.h
CHG: printing of progress dots is better now.
[proxmark3-svn] / client / util.h
index 990a84445a0be37252667574b6ea924383ee9505..e492fd494f4f80ee8c4468d2b965f205199752fd 100644 (file)
@@ -13,8 +13,8 @@
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
-#include <time.h>
-#include "data.h"  //for FILE_PATH_SIZE
+#include <time.h> 
+#include "data.h"    //for FILE_PATH_SIZE
 
 #ifndef ROTR
 # define ROTR(x,n) (((uintmax_t)(x) >> (n)) | ((uintmax_t)(x) << ((sizeof(x) * 8) - (n))))
@@ -90,6 +90,7 @@ void wiegand_add_parity(uint8_t *target, uint8_t *source, uint8_t length);
 
 void xor(unsigned char * dst, unsigned char * src, size_t len);
 int32_t le24toh (uint8_t data[3]);
+uint32_t le32toh (uint8_t *data);
 uint32_t PackBits(uint8_t start, uint8_t len, uint8_t* bits);
 void rol(uint8_t *data, const size_t len);
 uint32_t SwapBits(uint32_t value, int nrbits);
\ No newline at end of file
Impressum, Datenschutz