From: Victor Julien Date: Tue, 14 Sep 2021 09:46:28 +0000 (+0200) Subject: detect/lua: minor cleanup X-Git-Tag: suricata-7.0.0-beta1~1419 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc6755bf8ed64682c8adfc9e9374029109061f30;p=thirdparty%2Fsuricata.git detect/lua: minor cleanup --- diff --git a/src/detect-lua.h b/src/detect-lua.h index 6a2ce77bea..8f275c311d 100644 --- a/src/detect-lua.h +++ b/src/detect-lua.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2013 Open Information Security Foundation +/* Copyright (C) 2007-2021 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 @@ -21,8 +21,8 @@ * \author Victor Julien */ -#ifndef __DETECT_LUAJIT_H__ -#define __DETECT_LUAJIT_H__ +#ifndef __DETECT_LUA_H__ +#define __DETECT_LUA_H__ #ifdef HAVE_LUA @@ -62,4 +62,4 @@ int DetectLuaMatchBuffer(DetectEngineThreadCtx *det_ctx, void DetectLuaPostSetup(Signature *s); -#endif /* __DETECT_FILELUAJIT_H__ */ +#endif /* __DETECT_LUA_H__ */