From ae4462a1675651d38d0de3d714846779a2bd2c90 Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 21 May 2011 22:13:38 +0200 Subject: hardcoded api_version 1.0 into all plugins --- plugins/vfs_curl/vfs_curl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/vfs_curl') diff --git a/plugins/vfs_curl/vfs_curl.c b/plugins/vfs_curl/vfs_curl.c index cddb335c..805f04f1 100644 --- a/plugins/vfs_curl/vfs_curl.c +++ b/plugins/vfs_curl/vfs_curl.c @@ -1064,7 +1064,8 @@ http_is_streaming (void) { // standard stdio vfs static DB_vfs_t plugin = { - DB_PLUGIN_SET_API_VERSION + .plugin.api_vmajor = 1, + .plugin.api_vminor = 0, .plugin.version_major = 1, .plugin.version_minor = 0, .plugin.type = DB_PLUGIN_VFS, -- cgit v1.2.3