Added STATS command. Patch by Ville Räsänen.
[silc.git] / lib / silcutil / silcutil.h
index d92ae48ff7a0d763ddcdb4e37d0879adb0a47f28..28598bf2d3d65896b6a471932964b0cdf9db7f86 100644 (file)
@@ -63,14 +63,16 @@ int silc_check_line(char *buf);
  *
  * SYNOPSIS
  *
- *    char *silc_get_time();
+ *    const char *silc_get_time(SilcUInt32 timeval)
  *
  * DESCRIPTION
  *
- *    Returns current time as string.
+ *    Returns time as string.  If the the `timeval' is non-zero that
+ *    value is returned as string.  If it is zero the current time of the
+ *    local machine is returned.
  *
  ***/
-char *silc_get_time();
+const char *silc_get_time(SilcUInt32 timeval);
 
 /****f* silcutil/SilcUtilAPI/silc_to_upper
  *
@@ -603,7 +605,7 @@ const char *silc_get_packet_name(unsigned char type);
  *
  * SYNOPSIS
  *
- *    char *silc_get_packet_name(SilcCommand command);
+ *    char *silc_get_command_name(SilcCommand command);
  *
  * DESCRIPTION
  *