projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
985d6be
)
Fixed comment.
author
Pekka Riikonen
<priikone@silcnet.org>
Thu, 17 Oct 2002 16:11:38 +0000
(16:11 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Thu, 17 Oct 2002 16:11:38 +0000
(16:11 +0000)
lib/silcutil/silcfileutil.h
patch
|
blob
|
history
diff --git
a/lib/silcutil/silcfileutil.h
b/lib/silcutil/silcfileutil.h
index f388e25a876c17cb1bf900b9c5ab05fbfc8da757..79e00dfc962d1fc8d0db7806320a737d4bf13a7c 100644
(file)
--- a/
lib/silcutil/silcfileutil.h
+++ b/
lib/silcutil/silcfileutil.h
@@
-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.
*