diff options
author | ewt <devnull@localhost> | 1999-03-27 17:47:04 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1999-03-27 17:47:04 +0000 |
commit | 7361e830934dc1fb78b0ab6aa6843c5cf1cdabe6 (patch) | |
tree | 7f95d93a2758b7708e14a3875f44c9c188cab72f /url.h | |
parent | e088e8fb770a4b87ee5444f2d9a0a64f36bf484b (diff) | |
download | librpm-tizen-7361e830934dc1fb78b0ab6aa6843c5cf1cdabe6.tar.gz librpm-tizen-7361e830934dc1fb78b0ab6aa6843c5cf1cdabe6.tar.bz2 librpm-tizen-7361e830934dc1fb78b0ab6aa6843c5cf1cdabe6.zip |
invalidate the ftpControl fd when ftpGetFileDesc() fails
CVS patchset: 2918
CVS date: 1999/03/27 17:47:04
Diffstat (limited to 'url.h')
-rw-r--r-- | url.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ int ufdClose(FD_t fd); const char *urlStrerror(const char *url); int urlGetFile(const char * url, const char * dest); +void urlInvalidateCache(const char * url); #ifdef __cplusplus } |