X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcsftp%2Fsilcsftp.h;h=d2364146c79f39c5f0254ce317efb6930748471f;hb=f2dd07bb06c199bc35b8a69c0828f88c8e028db6;hp=5a2702fcb19c86ed0b234525de32b90347b32124;hpb=1f27d9647347b2da8797ccaaa76c04c51c41a6c4;p=runtime.git diff --git a/lib/silcsftp/silcsftp.h b/lib/silcsftp/silcsftp.h index 5a2702fc..d2364146 100644 --- a/lib/silcsftp/silcsftp.h +++ b/lib/silcsftp/silcsftp.h @@ -410,6 +410,9 @@ typedef void (*SilcSFTPExtendedCallback)(SilcSFTP sftp, * used to read and write the SFTP packets. The `error_cb' will be called * in case a stream error occurs, such as end of stream. * + * If `schedule' is NULL this will call silc_schedule_get_global to try to + * get global scheduler. + * ***/ SilcSFTP silc_sftp_client_start(SilcStream stream, SilcSchedule schedule, @@ -874,6 +877,9 @@ void silc_sftp_extended(SilcSFTP sftp, * responsible of closing and destroying the `stream'. The `fs' is the * filesystem context allocated by the application. * + * If `schedule' is NULL this will call silc_schedule_get_global to try to + * get global scheduler. + * ***/ SilcSFTP silc_sftp_server_start(SilcStream stream, SilcSchedule schedule,