mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
#ifndef on all header files
This commit is contained in:
parent
35e97ba96a
commit
2879599ac4
11 changed files with 37 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
// GUI functions
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef __PROXGUI_H
|
||||
#define __PROXGUI_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -53,3 +56,4 @@ extern uint8_t g_debugMode;
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue