diff options
Diffstat (limited to 'lib/cgi.hpp')
| -rw-r--r-- | lib/cgi.hpp | 6 |
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 |
