blob: e135d22a25e8dd2a76d55e4e19e6d603a2908540 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- include/ftpparse.h.orig Tue Aug 17 10:49:11 2004
+++ include/ftpparse.h Tue Aug 17 10:49:24 2004
@@ -1,7 +1,6 @@
#ifndef FTPPARSE_H
#define FTPPARSE_H
-#include <time.h>
/*
ftpparse(&fp,buf,len) tries to parse one line of LIST output.
@@ -25,7 +24,7 @@
int sizetype;
long size; /* number of octets */
int mtimetype;
- time_t mtime; /* modification time */
+ long mtime; /* modification time */
int idtype;
char *id; /* not necessarily 0-terminated */
int idlen;
|