2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +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

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