nextcloud-desktop/modules
Olivier Goffart 4f5bfbdb78 Use int64_t instead of off_t
off_t is 64 or 32 bit depending on the architecture and the defines for
large file support.  It is better to always use int64_t which is always
64 bits
2013-07-30 16:33:19 +02:00
..
CMakeLists.txt Move stuff to _util.c 2013-05-08 13:59:07 +02:00
csync_dummy.c Use int64_t instead of off_t 2013-07-30 16:33:19 +02:00
csync_owncloud.c Use int64_t instead of off_t 2013-07-30 16:33:19 +02:00
csync_owncloud.h Use int64_t instead of off_t 2013-07-30 16:33:19 +02:00
csync_owncloud_recursive_propfind.c New progress API: Consolidate to one progress Callback having all info. 2013-07-25 15:36:46 +02:00
csync_owncloud_util.c Use int64_t instead of off_t 2013-07-30 16:33:19 +02:00
csync_sftp.c Use int64_t instead of off_t 2013-07-30 16:33:19 +02:00
csync_sftp2.c Use int64_t instead of off_t 2013-07-30 16:33:19 +02:00
csync_smb.c Use int64_t instead of off_t 2013-07-30 16:33:19 +02:00