From 7039cf461d3d2951acc2f3e123ccc1d68a55931d Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 10 Apr 2002 20:32:19 +0000 Subject: [PATCH] updates. --- lib/silccore/silcid.h | 3 ++- lib/silcutil/silcfileutil.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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; -- 2.24.0