mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-11 09:59:45 +08:00
12 lines
267 B
C
12 lines
267 B
C
|
#define PROXPROMPT "proxmark3> "
|
||
|
|
||
|
extern usb_dev_handle *devh;
|
||
|
extern unsigned char return_on_error;
|
||
|
extern unsigned char error_occured;
|
||
|
|
||
|
int ReceiveCommandP(UsbCommand *c);
|
||
|
usb_dev_handle* OpenProxmark(int);
|
||
|
void CloseProxmark(void);
|
||
|
|
||
|
void setlogfilename(char *fn);
|