mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
parent
1c6fc0cd2b
commit
27bc798369
4 changed files with 46 additions and 39 deletions
11
lib/file.h
11
lib/file.h
|
|
@ -24,17 +24,6 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
* FILE unique setup
|
||||
***************************************************************************/
|
||||
struct FILEPROTO {
|
||||
char *path; /* the path we operate on */
|
||||
char *freepath; /* pointer to the allocated block we must free, this might
|
||||
differ from the 'path' pointer */
|
||||
int fd; /* open file descriptor to read from! */
|
||||
};
|
||||
|
||||
#ifndef CURL_DISABLE_FILE
|
||||
extern const struct Curl_handler Curl_handler_file;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue