1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

struct directory_entry: Document the charset and mem_free.

This commit is contained in:
Kalle Olavi Niemitalo 2007-03-20 09:34:24 +02:00 committed by Kalle Olavi Niemitalo
parent 8b8ff255bd
commit baee24bb3c

View File

@ -5,6 +5,9 @@
#include <stdio.h>
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;