Skip to content

Commit 76d8b4d

Browse files
committed
output-eve: cleanup include guards to reflect filename
1 parent 2defd5a commit 76d8b4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/output-eve-bindgen.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
*
2424
*/
2525

26-
#ifndef SURICATA_OUTPUT_PUBLIC_H
27-
#define SURICATA_OUTPUT_PUBLIC_H
26+
#ifndef SURICATA_OUTPUT_EVE_BINDGEN_H
27+
#define SURICATA_OUTPUT_EVE_BINDGEN_H
2828

2929
#include "app-layer-protos.h"
3030

@@ -54,4 +54,4 @@ typedef struct EveJsonTxLoggerRegistrationData {
5454

5555
int SCOutputEvePreRegisterLogger(EveJsonTxLoggerRegistrationData reg_data);
5656

57-
#endif /* ! SURICATA_OUTPUT_PUBLIC_H */
57+
#endif /* ! SURICATA_OUTPUT_EVEN_BINDGEN_H */

0 commit comments

Comments
 (0)