Fixed comment.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 17 Oct 2002 16:11:38 +0000 (16:11 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 17 Oct 2002 16:11:38 +0000 (16:11 +0000)
lib/silcutil/silcfileutil.h

index f388e25a876c17cb1bf900b9c5ab05fbfc8da757..79e00dfc962d1fc8d0db7806320a737d4bf13a7c 100644 (file)
@@ -108,7 +108,10 @@ int silc_file_close(int fd);
  * DESCRIPTION
  *
  *    Reads the content of `filename' to a buffer.  The allocated buffer is
- *    returned.
+ *    returned.  This does not NULL terminate the buffer but EOF terminate
+ *    it.  The caller must replace the EOF with NULL if the buffer must be
+ *    NULL terminated.
+ *
  *    If the `return_len' pointer is not NULL, it's filled with the length of
  *    the file.
  *