mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:52:06 -04:00
oops, new multiple inclusion protection
macro did not follow naming convention either
This commit is contained in:
parent
901e137229
commit
697d35a286
1 changed files with 4 additions and 4 deletions
|
|
@ -15,10 +15,10 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: sdb_p.h,v 1.2 2000/08/22 01:35:34 gson Exp $ */
|
||||
/* $Id: sdb_p.h,v 1.3 2000/08/22 01:37:50 gson Exp $ */
|
||||
|
||||
#ifndef DNS_SDB_H
|
||||
#define DNS_SDB_H 1
|
||||
#ifndef DNS_SDB_P_H
|
||||
#define DNS_SDB_P_H 1
|
||||
|
||||
/*****
|
||||
***** Module Info
|
||||
|
|
@ -53,4 +53,4 @@ dns_sdb_create(isc_mem_t *mctx, dns_name_t *origin, dns_dbtype_t type,
|
|||
|
||||
ISC_LANG_ENDDECLS
|
||||
|
||||
#endif /* DNS_SDB_H */
|
||||
#endif /* DNS_SDB_P_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue