From 55bce38eee20575bf76d52dc26a11f0441b11996 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Tue, 20 Mar 2007 09:34:24 +0200 Subject: [PATCH] struct directory_entry: Document the charset and mem_free. --- src/util/file.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/file.h b/src/util/file.h index a87643563..32121337f 100644 --- a/src/util/file.h +++ b/src/util/file.h @@ -5,6 +5,9 @@ #include struct directory_entry { + /* The strings pointed to by this structure are in the system + * charset (i.e. LC_CTYPE) and must be freed with mem_free. */ + /* The various attribute info collected with the stat_* functions. */ unsigned char *attrib;