]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - network.h
Generate some checksum files with more up-to-date hash functions than
[PuTTY.git] / network.h
index af83e653ba89d9bf27333648c4d17fcd16818cf8..6ee7081e50bcd5a7357496aa5d06efb7f56565ae 100644 (file)
--- a/network.h
+++ b/network.h
@@ -202,6 +202,12 @@ void net_pending_errors(void);
  */
 int net_service_lookup(char *service);
 
+/*
+ * Look up the local hostname; return value needs freeing.
+ * May return NULL.
+ */
+char *get_hostname(void);
+
 /********** SSL stuff **********/
 
 /*