aboutsummaryrefslogtreecommitdiff
path: root/src/nssync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nssync.h')
-rw-r--r--src/nssync.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nssync.h b/src/nssync.h
index db710eb..7304e14 100644
--- a/src/nssync.h
+++ b/src/nssync.h
@@ -52,12 +52,13 @@ extern int sql_port;
extern char *named_conf_file;
extern struct grecs_list *bind_include_path;
extern char *zone_file_pattern;
extern char *zone_conf_file;
+extern char *bind_working_dir;
extern struct grecs_list *synclist;
extern unsigned error_count;
extern unsigned changed_zones;
@@ -107,8 +108,9 @@ void format_zones(struct nssync *);
void source_named_conf(void);
char *bindcf_lookup(struct nssync *sp, const char *zone);
void flush_zone_list(struct nssync *sp);
int compare(const char *oldfile, const char *newfile);
+int move_file(const char *file, const char *dst_file);

Return to:

Send suggestions and report system problems to the System administrator.