X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fsendfile.c;h=ce422e25cb5e046910da797cd143081650181faa;hb=1604c0967129b4b348f3c6150f5a2c87f780e404;hp=48787fdd635195838162abf9f23fb4413d20fbbf;hpb=81cfca6c6ec15e3a8f94e278f2bdfcc1249eb122;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