X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fsendfile.c;h=ce422e25cb5e046910da797cd143081650181faa;hb=0e57e1f5abb9605fe119fce941de12792a82c2a8;hp=48787fdd635195838162abf9f23fb4413d20fbbf;hpb=04883ca44a79a593ae1dc03d2bd231c8c66eb905;p=ashd.git diff --git a/src/sendfile.c b/src/sendfile.c index 48787fd..ce422e2 100644 --- a/src/sendfile.c +++ b/src/sendfile.c @@ -65,11 +65,6 @@ static void passdata(int in, int out) free(buf); } -static int strrcmp(char *str, char *end) -{ - return(strcmp(str + strlen(str) - strlen(end), end)); -} - static char *attrmimetype(char *file) { #ifdef HAVE_XATTR