summaryrefslogtreecommitdiff
path: root/src/netops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/netops.h')
-rw-r--r--src/netops.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/netops.h b/src/netops.h
new file mode 100644
index 000000000..10627d486
--- /dev/null
+++ b/src/netops.h
@@ -0,0 +1,9 @@
+/*
+ * netops.h - convencience functions for networking
+ */
+#ifndef INCLUDE_netops_h__
+#define INCLUDE_netops_h__
+
+int gitno_connect(const char *host, const char *port);
+
+#endif