From 7ca06c7c5a0ae4bb38a67948a03ad8585f925707 Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Wed, 11 Nov 2009 20:35:10 +0000 Subject: fixed header file include guards to be C++ compliant; now always use format ANYTUN__INCLUDED --- src/syncCommand.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/syncCommand.h') diff --git a/src/syncCommand.h b/src/syncCommand.h index a37d411..71c1ffe 100644 --- a/src/syncCommand.h +++ b/src/syncCommand.h @@ -29,8 +29,9 @@ * You should have received a copy of the GNU General Public License * along with anytun. If not, see . */ -#ifndef _SYNCCOMMAND_H -#define _SYNCCOMMAND_H +#ifndef ANYTUN_syncCommand_h_INCLUDED +#define ANYTUN_syncCommand_h_INCLUDED + #include #include @@ -77,4 +78,4 @@ private: }; -#endif // _SYNCCOMMAND_H +#endif -- cgit v1.2.3