From: Pekka Riikonen Date: Wed, 10 Apr 2002 20:32:19 +0000 (+0000) Subject: updates. X-Git-Tag: silc.client.0.8.6~4^2~6 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=7039cf461d3d2951acc2f3e123ccc1d68a55931d updates. --- diff --git a/lib/silccore/silcid.h b/lib/silccore/silcid.h index 82141bd9..4205ada2 100644 --- a/lib/silccore/silcid.h +++ b/lib/silccore/silcid.h @@ -455,7 +455,8 @@ unsigned char *silc_id_id2str(const void *id, SilcIdType type); * ID out of data that has been taken for example from packet. * ***/ -void *silc_id_str2id(const unsigned char *id, SilcUInt32 id_len, SilcIdType type); +void *silc_id_str2id(const unsigned char *id, SilcUInt32 id_len, + SilcIdType type); /****f* silccore/SilcIDAPI/silc_id_get_len * diff --git a/lib/silcutil/silcfileutil.c b/lib/silcutil/silcfileutil.c index 0bb65962..1435da0d 100644 --- a/lib/silcutil/silcfileutil.c +++ b/lib/silcutil/silcfileutil.c @@ -61,7 +61,8 @@ int silc_file_close(int fd) /* Writes a buffer to the file. */ -int silc_file_writefile(const char *filename, const char *buffer, SilcUInt32 len) +int silc_file_writefile(const char *filename, const char *buffer, + SilcUInt32 len) { int fd;