summaryrefslogtreecommitdiff
path: root/vfs.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-25 13:02:53 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-25 13:02:53 +0200
commit5a59ffc070744e94675201d6e8164befec6d9813 (patch)
tree8f378ffd01e3488440c320f0bec6e5afc566695e /vfs.h
parent48594c75a15c4d3976efede324ad5bb92e38381e (diff)
removed old curl hacks/workarounds
Diffstat (limited to 'vfs.h')
-rw-r--r--vfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vfs.h b/vfs.h
index 66e44315..418365bc 100644
--- a/vfs.h
+++ b/vfs.h
@@ -31,6 +31,6 @@ int64_t vfs_ftell (DB_FILE *stream);
void vfs_rewind (DB_FILE *stream);
int64_t vfs_fgetlength (DB_FILE *stream);
const char *vfs_get_content_type (DB_FILE *stream);
-void vfs_fstop (DB_FILE *stream);
+void vfs_fabort (DB_FILE *stream);
#endif // __VFS_H