diff options
author | Wayne Davison <wayned@samba.org> | 2008-09-01 19:09:21 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2008-09-01 19:11:36 -0700 |
commit | 5dd14f0c3388f69932d521915e039e32b9e6d970 (patch) | |
tree | 2fc27c3d7e66717a2bcc7a693a3af35d286c5b16 /progress.c | |
parent | 2a147e9fcb6ed2caf2fd04f1713249cb17ad2b1f (diff) | |
download | rsync-5dd14f0c3388f69932d521915e039e32b9e6d970.tar.gz rsync-5dd14f0c3388f69932d521915e039e32b9e6d970.tar.bz2 rsync-5dd14f0c3388f69932d521915e039e32b9e6d970.zip |
Split up the ifuncs.h file into 3 .h files.
Diffstat (limited to 'progress.c')
-rw-r--r-- | progress.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ */ #include "rsync.h" -#include "ifuncs.h" +#include "inums.h" extern int am_server; extern int need_unsorted_flist; |