mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -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,8 @@
|
|||
// Command line parser core commands
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef __CLIPARSER_H
|
||||
#define __CLIPARSER_H
|
||||
#include "argtable3.h"
|
||||
#include "util.h"
|
||||
#include <stdbool.h>
|
||||
|
@ -39,3 +41,4 @@ void CLIParserFree(void);
|
|||
|
||||
int CLIParamHexToBuf(struct arg_str *argstr, uint8_t *data, int maxdatalen, int *datalen);
|
||||
int CLIParamStrToBuf(struct arg_str *argstr, uint8_t *data, int maxdatalen, int *datalen);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue