2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of

ISC_LANG_ENDDECLS at end of header.
This commit is contained in:
David Lawrence 2000-04-28 17:46:30 +00:00
parent e3b3a046bf
commit dc91d010db
3 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,6 @@
128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
ISC_LANG_ENDDECLS at end of header.
127. [cleanup] The contracts for the comparision routines
dns_name_fullcompare(), dns_name_compare(),
dns_name_rdatacompare(), and dns_rdata_compare() now

View File

@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: dir.h,v 1.5 2000/02/03 23:08:05 halley Exp $ */
/* $Id: dir.h,v 1.6 2000/04/28 17:46:30 tale Exp $ */
/* Principal Authors: DCL */
@ -29,8 +29,6 @@
#include <isc/lang.h>
#include <isc/result.h>
ISC_LANG_BEGINDECLS
#define ISC_DIR_NAMEMAX 256
#define ISC_DIR_PATHMAX 1024
@ -56,6 +54,8 @@ typedef struct {
DIR * handle;
} isc_dir_t;
ISC_LANG_BEGINDECLS
void
isc_dir_init(isc_dir_t *dir);
@ -74,6 +74,6 @@ isc_dir_close(isc_dir_t *dir);
isc_result_t
isc_dir_chdir(const char *dirname);
ISC_LANG_BEGINDECLS
ISC_LANG_ENDDECLS
#endif /* ISC_DIR_H */

View File

@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: dir.h,v 1.4 2000/02/03 23:08:12 halley Exp $ */
/* $Id: dir.h,v 1.5 2000/04/28 17:46:30 tale Exp $ */
/* Principal Authors: DCL */
@ -29,8 +29,6 @@
#include <isc/boolean.h>
#include <isc/result.h>
ISC_LANG_BEGINDECLS
#define ISC_DIR_NAMEMAX _MAX_FNAME
#define ISC_DIR_PATHMAX _MAX_PATH
@ -48,6 +46,8 @@ typedef struct {
HANDLE search_handle;
} isc_dir_t;
ISC_LANG_BEGINDECLS
void
isc_dir_init(isc_dir_t *dir);
@ -66,6 +66,6 @@ isc_dir_close(isc_dir_t *dir);
isc_result_t
isc_dir_chdir(const char *dirname);
ISC_LANG_BEGINDECLS
ISC_LANG_ENDDECLS
#endif /* ISC_DIR_H */