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:
authorCarlos Martín Nieto <carlos@cmartin.tk>2011-06-16 02:59:46 +0400
committerCarlos Martín Nieto <carlos@cmartin.tk>2011-06-26 22:43:44 +0400
commit4e95ef0268137cf17c43f72863606803b0277bdf (patch)
treecf4024616f97df84d8f305d8ec4baaba8695d854 /src/netops.h
parent1b4f814025ca0c48477fb074929cd15f41f4f68f (diff)
Implement and use gitno_send
Diffstat (limited to 'src/netops.h')
-rw-r--r--src/netops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/netops.h b/src/netops.h
index 10627d486..620fb12ea 100644
--- a/src/netops.h
+++ b/src/netops.h
@@ -5,5 +5,6 @@
#define INCLUDE_netops_h__
int gitno_connect(const char *host, const char *port);
+int gitno_send(int s, const char *msg, int len, int flags);
#endif