Hash : 1b4f8140 Author : Date : 2011-06-16T00:39:35
Create netops and start moving git:// to it Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Download
1 2 3 4 5 6 7 8 9 10
/* * netops.h - convencience functions for networking */ #ifndef INCLUDE_netops_h__ #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