diff options
| author | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-06-16 00:59:46 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2011-06-26 20:43:44 +0200 |
| commit | 4e95ef0268137cf17c43f72863606803b0277bdf (patch) | |
| tree | cf4024616f97df84d8f305d8ec4baaba8695d854 /src/netops.h | |
| parent | 1b4f814025ca0c48477fb074929cd15f41f4f68f (diff) | |
| download | libgit2-4e95ef0268137cf17c43f72863606803b0277bdf.tar.gz | |
Implement and use gitno_send
Diffstat (limited to 'src/netops.h')
| -rw-r--r-- | src/netops.h | 1 |
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 |
