Skip to content

Commit 305a724

Browse files
committed
Add. info_filetime_t
1 parent aa8a06e commit 305a724

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/lcinfoeasy.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ OPT_ENTRY( speed_download_t, SPEED_DOWNLOAD_T, OFF, 0)
6363
OPT_ENTRY( speed_upload_t, SPEED_UPLOAD_T, OFF, 0)
6464
#endif
6565

66+
#if LCURL_CURL_VER_GE(7,59,0)
67+
OPT_ENTRY( filetime_t, FILETIME_T, OFF, 0)
68+
#endif
69+
6670
// OPT_ENTRY( PRIVATE, void )
6771
// OPT_ENTRY( TLS_SSL_PTR, struct curl_tlssessioninfo **
6872
// OPT_ENTRY( TLS_SESSION, struct curl_tlssessioninfo *

0 commit comments

Comments
 (0)