diff options
Diffstat (limited to 'xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/vfs.h')
| -rw-r--r-- | xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/vfs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/vfs.h b/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/vfs.h index a6c3f44..7021c0f 100644 --- a/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/vfs.h +++ b/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/vfs.h | |||
| @@ -5,8 +5,6 @@ | |||
| 5 | * See LICENSES/README.md for more information. | 5 | * See LICENSES/README.md for more information. |
| 6 | */ | 6 | */ |
| 7 | 7 | ||
| 8 | #pragma once | ||
| 9 | |||
| 10 | #ifndef C_API_ADDONINSTANCE_VFS_H | 8 | #ifndef C_API_ADDONINSTANCE_VFS_H |
| 11 | #define C_API_ADDONINSTANCE_VFS_H | 9 | #define C_API_ADDONINSTANCE_VFS_H |
| 12 | 10 | ||
| @@ -94,7 +92,7 @@ extern "C" | |||
| 94 | VFS_FILE_HANDLE context); | 92 | VFS_FILE_HANDLE context); |
| 95 | bool(__cdecl* io_control_get_cache_status)(const struct AddonInstance_VFSEntry* instance, | 93 | bool(__cdecl* io_control_get_cache_status)(const struct AddonInstance_VFSEntry* instance, |
| 96 | VFS_FILE_HANDLE context, | 94 | VFS_FILE_HANDLE context, |
| 97 | VFS_CACHE_STATUS_DATA* status); | 95 | struct VFS_CACHE_STATUS_DATA* status); |
| 98 | bool(__cdecl* io_control_set_cache_rate)(const struct AddonInstance_VFSEntry* instance, | 96 | bool(__cdecl* io_control_set_cache_rate)(const struct AddonInstance_VFSEntry* instance, |
| 99 | VFS_FILE_HANDLE context, | 97 | VFS_FILE_HANDLE context, |
| 100 | unsigned int rate); | 98 | unsigned int rate); |
