diff options
Diffstat (limited to 'src/lib/datasrc/zone.h')
-rw-r--r-- | src/lib/datasrc/zone.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/datasrc/zone.h b/src/lib/datasrc/zone.h index 36a1cffe4f..9572ed09b5 100644 --- a/src/lib/datasrc/zone.h +++ b/src/lib/datasrc/zone.h @@ -12,8 +12,8 @@ // OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // PERFORMANCE OF THIS SOFTWARE. -#ifndef __ZONE_H -#define __ZONE_H 1 +#ifndef ZONE_H +#define ZONE_H 1 #include <dns/name.h> #include <dns/rrset.h> @@ -1065,7 +1065,7 @@ typedef boost::shared_ptr<ZoneJournalReader> ZoneJournalReaderPtr; } // end of datasrc } // end of isc -#endif // __ZONE_H +#endif // ZONE_H // Local Variables: // mode: c++ |