summaryrefslogtreecommitdiff
path: root/lib/connect.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connect.h')
-rw-r--r--lib/connect.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/connect.h b/lib/connect.h
new file mode 100644
index 0000000..d3354b0
--- /dev/null
+++ b/lib/connect.h
@@ -0,0 +1,6 @@
+#ifndef NULLMAILER_CONNECT__H__
+#define NULLMAILER_CONNECT__H__
+
+extern int tcpconnect(const char* hostname, int port, const char* source);
+
+#endif // NULLMAILER_CONNECT__H__