]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
error: minor header cleanup
authorVictor Julien <vjulien@oisf.net>
Thu, 4 May 2023 13:01:55 +0000 (15:01 +0200)
committerVictor Julien <vjulien@oisf.net>
Fri, 5 May 2023 08:20:47 +0000 (10:20 +0200)
src/util-error.h

index d02925f9cc05bacebc5fd6a187aa6ce5e8d31961..585e18f3648f63256e4c334e2e70e4842c556e69 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2021 Open Information Security Foundation
+/* Copyright (C) 2007-2023 Open Information Security Foundation
  *
  * You can copy, redistribute or modify this Program under the terms of
  * the GNU General Public License version 2 as published by the Free
 
 /**
  * \file
- *
- * \author Anoop Saldanha <anoopsaldanha@gmail.com>
  */
 
-#ifndef __ERROR_H__
-#define __ERROR_H__
+#ifndef __UTIL_ERROR_H__
+#define __UTIL_ERROR_H__
 
 /* different error types */
 typedef enum {
@@ -40,4 +38,4 @@ const char *SCErrorToString(SCError);
 
 extern thread_local SCError sc_errno;
 
-#endif /* __ERROR_H__ */
+#endif /* __UTIL_ERROR_H__ */