summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/edns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/dns/edns.h')
-rw-r--r--src/lib/dns/edns.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/dns/edns.h b/src/lib/dns/edns.h
index a7bc4c4695..dcd552fa72 100644
--- a/src/lib/dns/edns.h
+++ b/src/lib/dns/edns.h
@@ -12,8 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
-#ifndef __EDNS_H
-#define __EDNS_H 1
+#ifndef EDNS_H
+#define EDNS_H 1
#include <stdint.h>
@@ -438,7 +438,7 @@ EDNS* createEDNSFromRR(const Name& name, const RRClass& rrclass,
std::ostream& operator<<(std::ostream& os, const EDNS& edns);
}
}
-#endif // __EDNS_H
+#endif // EDNS_H
// Local Variables:
// mode: c++