summaryrefslogtreecommitdiff
path: root/backup.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-24 16:43:44 +0000
committerWayne Davison <wayned@samba.org>2006-02-24 16:43:44 +0000
commitcca92086975de6bf3af19a8bbe5965f3716ebd12 (patch)
tree40256be6b68925abaeb47fe1072161e707288fa0 /backup.c
parentaa37022ef7f808385a16115e2be0aa253e9c6da4 (diff)
downloadrsync-cca92086975de6bf3af19a8bbe5965f3716ebd12.tar.gz
Got rid of unused externs.
Diffstat (limited to 'backup.c')
-rw-r--r--backup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/backup.c b/backup.c
index 1e6b915b..cea1c8d2 100644
--- a/backup.c
+++ b/backup.c
@@ -21,7 +21,6 @@
#include "rsync.h"
extern int verbose;
-extern int backup_suffix_len;
extern int backup_dir_len;
extern unsigned int backup_dir_remainder;
extern char backup_dir_buf[MAXPATHLEN];
@@ -32,7 +31,6 @@ extern int am_root;
extern int preserve_devices;
extern int preserve_specials;
extern int preserve_links;
-extern int preserve_hard_links;
extern int safe_symlinks;
/* make a complete pathname for backup file */