We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2defd5a commit 76d8b4dCopy full SHA for 76d8b4d
1 file changed
src/output-eve-bindgen.h
@@ -23,8 +23,8 @@
23
*
24
*/
25
26
-#ifndef SURICATA_OUTPUT_PUBLIC_H
27
-#define SURICATA_OUTPUT_PUBLIC_H
+#ifndef SURICATA_OUTPUT_EVE_BINDGEN_H
+#define SURICATA_OUTPUT_EVE_BINDGEN_H
28
29
#include "app-layer-protos.h"
30
@@ -54,4 +54,4 @@ typedef struct EveJsonTxLoggerRegistrationData {
54
55
int SCOutputEvePreRegisterLogger(EveJsonTxLoggerRegistrationData reg_data);
56
57
-#endif /* ! SURICATA_OUTPUT_PUBLIC_H */
+#endif /* ! SURICATA_OUTPUT_EVEN_BINDGEN_H */
0 commit comments