Document the behaviour of Alt in the "hybrid" resizing mode alluded to in
[u/mdw/putty] / network.h
index af83e65..6ee7081 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 **********/
 
 /*