mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Be more CONSTant with the parameters we will not modify
This commit is contained in:
parent
21f556149b
commit
4c9f611141
6 changed files with 8 additions and 8 deletions
|
@ -18,8 +18,8 @@
|
|||
|
||||
typedef struct pm3_device pm3;
|
||||
|
||||
pm3 *pm3_open(char *port);
|
||||
int pm3_console(pm3 *dev, char *cmd);
|
||||
pm3 *pm3_open(const char *port);
|
||||
int pm3_console(pm3 *dev, const char *cmd);
|
||||
const char *pm3_name_get(pm3 *dev);
|
||||
void pm3_close(pm3 *dev);
|
||||
pm3 *pm3_get_current_dev(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue