summaryrefslogtreecommitdiffhomepage
path: root/lib/cgi.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-05 20:49:28 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-05 20:49:28 +0200
commit028c97404da7ad9ebcbcd9c97903f28e0da222ed (patch)
tree8db275898d1d6540d29fcfc23eba88c2d49b4a65 /lib/cgi.hpp
parent49d96f61fca89046036454cdd1a5c965277c1740 (diff)
feat: fix: `fix.hpp` engine parser.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'lib/cgi.hpp')
-rw-r--r--lib/cgi.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/cgi.hpp b/lib/cgi.hpp
index 86fc6f9..e171eed 100644
--- a/lib/cgi.hpp
+++ b/lib/cgi.hpp
@@ -4,8 +4,8 @@
* Copyright 2023-2025, Amlal El Mahrouss all rights reserved.
*/
-#ifndef _STDX_CGI_HPP
-#define _STDX_CGI_HPP
+#ifndef _SNU_CGI_HPP
+#define _SNU_CGI_HPP
#include <cstdio>
#include <string>
@@ -59,4 +59,4 @@ namespace snu
} // namespace web
} // namespace snu
-#endif // ifndef _STDX_CGI_HPP \ No newline at end of file
+#endif // ifndef _SNU_CGI_HPP \ No newline at end of file