mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
<isc/serial.h>, <isc/string.h> and <isc/offset.h> made to conform to the same style for multiple inclusion protection.
This commit is contained in:
@@ -15,7 +15,10 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: commandline.h,v 1.3 2000/04/28 22:09:15 tale Exp $ */
|
||||
/* $Id: commandline.h,v 1.4 2000/04/28 22:13:14 tale Exp $ */
|
||||
|
||||
#ifndef ISC_COMMANDLINE_H
|
||||
#define ISC_COMMANDLINE_H 1
|
||||
|
||||
#include <isc/boolean.h>
|
||||
#include <isc/lang.h>
|
||||
@@ -35,3 +38,5 @@ int
|
||||
isc_commandline_parse(int argc, char * const *argv, const char *options);
|
||||
|
||||
ISC_LANG_ENDDECLS
|
||||
|
||||
#endif /* ISC_COMMANDLINE_H */
|
||||
|
@@ -271,4 +271,4 @@ isc_mempool_setfillcount(isc_mempool_t *mpctx, unsigned int limit);
|
||||
|
||||
ISC_LANG_ENDDECLS
|
||||
|
||||
#endif /* MEM_H */
|
||||
#endif /* ISC_MEM_H */
|
||||
|
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
#ifndef ISC_PRINT_H
|
||||
#define ISC_PRINT_H
|
||||
#define ISC_PRINT_H 1
|
||||
|
||||
/***
|
||||
*** Imports
|
||||
|
@@ -15,10 +15,10 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: serial.h,v 1.5 2000/04/27 23:08:18 tale Exp $ */
|
||||
/* $Id: serial.h,v 1.6 2000/04/28 22:13:15 tale Exp $ */
|
||||
|
||||
#ifndef ISC_SERIAL_H
|
||||
#define ISC_SERIAL_H
|
||||
#define ISC_SERIAL_H 1
|
||||
|
||||
#include <isc/lang.h>
|
||||
#include <isc/types.h>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
#ifndef ISC_STRING_H
|
||||
#define ISC_STRING_H
|
||||
#define ISC_STRING_H 1
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
Reference in New Issue
Block a user