projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add comment
[proxmark3-svn]
/
client
/
data.h
diff --git
a/client/data.h
b/client/data.h
index b60ec74dd476dc4535d8e180bac0f905bf914493..7d85e1f158083ec89087c61a7a8d33a9962b4700 100644
(file)
--- a/
client/data.h
+++ b/
client/data.h
@@
-13,11
+13,11
@@
#include <stdint.h>
#include <stdint.h>
-#define
SAMPLE_BUFFER_SIZE 64
+#define
FILE_PATH_SIZE 1000
-extern uint8_t
sample_buf[SAMPLE_BUFFER_SIZE]
;
+extern uint8_t
* sample_buf
;
#define arraylen(x) (sizeof(x)/sizeof((x)[0]))
#define arraylen(x) (sizeof(x)/sizeof((x)[0]))
-void GetFromBigBuf(uint8_t *dest, int bytes);
+void GetFromBigBuf(uint8_t *dest, int bytes
, int start_index
);
#endif
#endif
Impressum
,
Datenschutz