lib-network -> lib-sys.
[apps/madmutt.git] / lib-sys / mutt_tunnel.h
diff --git a/lib-sys/mutt_tunnel.h b/lib-sys/mutt_tunnel.h
new file mode 100644 (file)
index 0000000..cacb564
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * Copyright notice from original mutt:
+ * [none]
+ *
+ * This file is part of mutt-ng, see http://www.muttng.org/.
+ * It's licensed under the GNU General Public License,
+ * please see the file GPL in the top level source directory.
+ */
+
+#ifndef _MUTT_TUNNEL_H_
+#define _MUTT_TUNNEL_H_ 1
+
+#include "mutt_socket.h"
+
+int mutt_tunnel_socket_setup (CONNECTION *);
+
+#endif /* _MUTT_TUNNEL_H_ */