Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / btls / btls-bio.h
index d4429f6d6289d49bb7454e3bb9ae3b82237051ab..0795ef0f2ba1918be0ddf2ae9e8d40c11493fe07 100644 (file)
@@ -18,7 +18,7 @@ typedef enum {
 
 typedef int (* MonoBtlsReadFunc) (const void *instance, const void *buf, int size, int *wantMore);
 typedef int (* MonoBtlsWriteFunc) (const void *instance, const void *buf, int size);
-typedef long (* MonoBtlsControlFunc) (const void *instance, MonoBtlsControlCommand command, long arg);
+typedef int64_t (* MonoBtlsControlFunc) (const void *instance, MonoBtlsControlCommand command, int64_t arg);
 
 BIO *
 mono_btls_bio_mono_new (void);