mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -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
|
@ -13,6 +13,9 @@
|
|||
* Lesser General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef __CDA_TEST_H
|
||||
#define __CDA_TEST_H
|
||||
#include <stdbool.h>
|
||||
|
||||
int exec_cda_test(bool verbose);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue