summaryrefslogtreecommitdiff
path: root/flist.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-09-09 05:57:34 +0000
committerAndrew Tridgell <tridge@samba.org>1998-09-09 05:57:34 +0000
commit6e4fb64e6141727b8144bb77265bf0a4a8450a39 (patch)
tree363bf9f26d72a0800bf1f0ddae0c15064c18239d /flist.c
parent37863201ad549b11ce70ecfb1e348165637f2e44 (diff)
downloadrsync-6e4fb64e6141727b8144bb77265bf0a4a8450a39.tar.gz
added finddead target, removed dead code and made some functions
static
Diffstat (limited to 'flist.c')
-rw-r--r--flist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flist.c b/flist.c
index 406a5f44..693e900e 100644
--- a/flist.c
+++ b/flist.c
@@ -94,7 +94,7 @@ static void send_directory(int f,struct file_list *flist,char *dir);
static char *flist_dir;
-void send_file_entry(struct file_struct *file,int f,unsigned base_flags)
+static void send_file_entry(struct file_struct *file,int f,unsigned base_flags)
{
unsigned char flags;
static time_t last_time;