2
0
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:
David Lawrence
2000-04-28 22:13:15 +00:00
parent 027212247d
commit 54a2e7e8a2
7 changed files with 20 additions and 10 deletions

View File

@@ -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 */

View File

@@ -271,4 +271,4 @@ isc_mempool_setfillcount(isc_mempool_t *mpctx, unsigned int limit);
ISC_LANG_ENDDECLS
#endif /* MEM_H */
#endif /* ISC_MEM_H */

View File

@@ -16,7 +16,7 @@
*/
#ifndef ISC_PRINT_H
#define ISC_PRINT_H
#define ISC_PRINT_H 1
/***
*** Imports

View File

@@ -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>

View File

@@ -16,7 +16,7 @@
*/
#ifndef ISC_STRING_H
#define ISC_STRING_H
#define ISC_STRING_H 1
#include <string.h>