Index: trunk/include/sh_forward.h
===================================================================
--- trunk/include/sh_forward.h	(revision 216)
+++ trunk/include/sh_forward.h	(revision 219)
@@ -30,5 +30,9 @@
 int sh_forward_create_password (const char * dummy);
 
-/* set time limit
+/* set timeout for active client connections
+ */
+int sh_forward_set_timeout (const char * c);
+
+/* set time limit after which client is reported dead 
  */
 int sh_forward_set_time_limit(const char * str);
@@ -108,4 +112,8 @@
 #ifdef SH_WITH_CLIENT
 
+/* Throttle file download
+ */
+int sh_forward_set_throttle_delay (const char * c);
+
 /* request file from server. file may be "CONF" or "DATA".
  */
