From: Pekka Riikonen Date: Sat, 2 Feb 2002 12:21:35 +0000 (+0000) Subject: updates. X-Git-Tag: silc.client.0.7.6~6 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=004c53c6d620645919ba1d07f8c5f004e44efd86 updates. --- diff --git a/lib/silcsftp/silcsftp.h b/lib/silcsftp/silcsftp.h index 3ab4714c..c817b8fe 100644 --- a/lib/silcsftp/silcsftp.h +++ b/lib/silcsftp/silcsftp.h @@ -842,7 +842,7 @@ void silc_sftp_extended(SilcSFTP sftp, * * SilcSFTP silc_sftp_server_start(SilcSocketConnection sock, * SilcSFTPSendPacketCallback send_packet, - * void *send_context, SilcSFTP sftp, + * void *send_context, * SilcSFTPFilesystem fs); * * DESCRIPTION @@ -944,6 +944,7 @@ typedef struct { * * typedef void (*SilcSFTPMonitor)(SilcSFTP sftp * SilcSFTPMonitors type, + * const SilcSFTPMonitorData data, * void *context); * * DESCRIPTION diff --git a/lib/silcutil/silcthread.h b/lib/silcutil/silcthread.h index cbc072bd..26493ab8 100644 --- a/lib/silcutil/silcthread.h +++ b/lib/silcutil/silcthread.h @@ -72,8 +72,8 @@ typedef void *(*SilcThreadStart)(void *context); * * SYNOPSIS * - * SilcThread silc_thread_create(SilcThreadStart start_func, void *context); - * + * SilcThread silc_thread_create(SilcThreadStart start_func, + * void *context, bool waitable); * DESCRIPTION * * Creates a new thread. The `start_func' with `context' will be