diff options
Diffstat (limited to 'usr.sbin/nsd/edns.h')
-rw-r--r-- | usr.sbin/nsd/edns.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/nsd/edns.h b/usr.sbin/nsd/edns.h index 942312c036b..45d7c636173 100644 --- a/usr.sbin/nsd/edns.h +++ b/usr.sbin/nsd/edns.h @@ -7,8 +7,8 @@ * */ -#ifndef _EDNS_H_ -#define _EDNS_H_ +#ifndef EDNS_H +#define EDNS_H #include "buffer.h" struct nsd; @@ -103,4 +103,4 @@ void edns_init_nsid(edns_data_type *data, uint16_t nsid_len); void cookie_verify(struct query *q, struct nsd* nsd, uint32_t *now_p); void cookie_create(struct query *q, struct nsd* nsd, uint32_t *now_p); -#endif /* _EDNS_H_ */ +#endif /* EDNS_H */ |