X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcfileutil.h;h=3bdf3ff9b2b645d109d5f35348ec51ab235e7f68;hp=0824553804a32a497b216e565b6f3d2aa4fe7f8c;hb=7ec4fcdab215d619ab28156144a0dde26161bc62;hpb=8d875a67439e0643f628e41d094190d76d30f6ef diff --git a/lib/silcutil/silcfileutil.h b/lib/silcutil/silcfileutil.h index 08245538..3bdf3ff9 100644 --- a/lib/silcutil/silcfileutil.h +++ b/lib/silcutil/silcfileutil.h @@ -217,8 +217,7 @@ char *silc_file_readfile(const char *filename, SilcUInt32 *return_len, * * DESCRIPTION * - * Writes a buffer to the file. If the file is created specific mode is - * set to the file. + * Writes a buffer to the file. Returns 0 on success and -1 on error. * ***/ int silc_file_writefile(const char *filename, const char *buffer, @@ -234,7 +233,7 @@ int silc_file_writefile(const char *filename, const char *buffer, * DESCRIPTION * * Writes a buffer to the file. If the file is created the specified `mode' - * is set to the file. + * is set to the file. Returns 0 on success and -1 on error. * ***/ int silc_file_writefile_mode(const char *filename, const char *buffer,