src/inc/https.h 1.1

1.1 2009/03/10 00:30:34 galt
adding https support
Index: src/inc/https.h
===================================================================
RCS file: src/inc/https.h
diff -N src/inc/https.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/inc/https.h	10 Mar 2009 00:30:34 -0000	1.1
@@ -0,0 +1,4 @@
+
+int netMustConnectHttps(char *hostName, int port);
+/* Start https connection with server or die. */
+