Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-07-24 09:57:58 +0400
committernulltoken <emeric.fermas@gmail.com>2012-07-24 18:10:12 +0400
commitb8457baae24269c9fb777591e2a0e1b425ba31b6 (patch)
tree777a98dbd74f4906ac2faf0042e5118578196db7 /src/netops.h
parent944d250f964698b33d9fa09e2e6af74b1dd84de2 (diff)
portability: Improve x86/amd64 compatibility
Diffstat (limited to 'src/netops.h')
-rw-r--r--src/netops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netops.h b/src/netops.h
index 4976f87f8..5541ec888 100644
--- a/src/netops.h
+++ b/src/netops.h
@@ -21,7 +21,7 @@ typedef struct gitno_buffer {
#endif
} gitno_buffer;
-void gitno_buffer_setup(git_transport *t, gitno_buffer *buf, char *data, unsigned int len);
+void gitno_buffer_setup(git_transport *t, gitno_buffer *buf, char *data, size_t len);
int gitno_recv(gitno_buffer *buf);
void gitno_consume(gitno_buffer *buf, const char *ptr);