mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -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
|
@ -12,8 +12,8 @@
|
|||
#define UTIL_DARWIN_H__
|
||||
|
||||
void disableAppNap(const char *reason);
|
||||
void enableAppNap();
|
||||
void makeUnfocusable();
|
||||
void makeFocusable();
|
||||
void enableAppNap(void);
|
||||
void makeUnfocusable(void);
|
||||
void makeFocusable(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue