diff options
Diffstat (limited to 'source/files.h')
-rw-r--r-- | source/files.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/files.h b/source/files.h index 03acfb6..b0a9d29 100644 --- a/source/files.h +++ b/source/files.h @@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MAX_LISTED_FILES 4096 -typedef struct { +typedef struct file_info_s { size_t size; time_t ctime; time_t mtime; |