updates.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 10 Apr 2002 20:32:19 +0000 (20:32 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 10 Apr 2002 20:32:19 +0000 (20:32 +0000)
lib/silccore/silcid.h
lib/silcutil/silcfileutil.c

index 82141bd9f5a765cde6de2ded3edd8382dedb9200..4205ada288dc048dac48aa56884de5d3437afcb8 100644 (file)
@@ -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
  *
index 0bb65962fad2774478c7d710d86b55c01ae31027..1435da0d97ff53aa7820b4e74e2b256edcdd6d1d 100644 (file)
@@ -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;