X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Flistfile.h;h=9ee71a2dae913ca2ab6c5e060e64e23ac6944799;hb=refs%2Ftags%2Fupstream%2F4.5.14;hp=4861930c614bdbfdd8e18172f246645b90eed4d6;hpb=50bfcfef0d98d8bfdb8a7ed7afbd6d494098a3c3;p=platform%2Fupstream%2Ffindutils.git diff --git a/lib/listfile.h b/lib/listfile.h index 4861930..9ee71a2 100644 --- a/lib/listfile.h +++ b/lib/listfile.h @@ -1,6 +1,6 @@ /* listfile.h -- display a long listing of a file - Copyright (C) 1991, 1993, 2000, 2008, 2010 Free Software Foundation, - Inc. + Copyright (C) 1991, 1993, 2000, 2008, 2010, 2011 Free Software + Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,9 +19,5 @@ #if !defined LISTFILE_H # define LISTFILE_H - void list_file (const char *name, int dir_fd, char *relname, const struct stat *statp, time_t current_time, int output_block_size, int literal_control_chars, FILE *stream); - -size_t file_blocksize(const struct stat *p); - #endif