mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
on prototypes, void means sth
This commit is contained in:
parent
9c74a96c9b
commit
28ca3e8c22
16 changed files with 24 additions and 24 deletions
|
@ -19,12 +19,12 @@ struct pcf7931_config {
|
|||
int16_t OffsetPosition;
|
||||
};
|
||||
|
||||
int pcf7931_resetConfig();
|
||||
int pcf7931_printConfig();
|
||||
int pcf7931_resetConfig(void);
|
||||
int pcf7931_printConfig(void);
|
||||
|
||||
int usage_pcf7931_read();
|
||||
int usage_pcf7931_write();
|
||||
int usage_pcf7931_config();
|
||||
int usage_pcf7931_read(void);
|
||||
int usage_pcf7931_write(void);
|
||||
int usage_pcf7931_config(void);
|
||||
|
||||
int CmdLFPCF7931(const char *Cmd);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue