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
@@ -55,6 +55,7 @@ extern struct grecs_list *bind_include_path;
55 55
56extern char *zone_file_pattern; 56extern char *zone_file_pattern;
57extern char *zone_conf_file; 57extern char *zone_conf_file;
58extern char *bind_working_dir;
58 59
59extern struct grecs_list *synclist; 60extern struct grecs_list *synclist;
60 61
@@ -110,5 +111,6 @@ char *bindcf_lookup(struct nssync *sp, const char *zone);
110void flush_zone_list(struct nssync *sp); 111void flush_zone_list(struct nssync *sp);
111 112
112int compare(const char *oldfile, const char *newfile); 113int compare(const char *oldfile, const char *newfile);
114int move_file(const char *file, const char *dst_file);
113 115
114 116

Return to:

Send suggestions and report system problems to the System administrator.