mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
struct directory_entry: Document the charset and mem_free.
This commit is contained in:
parent
8b8ff255bd
commit
baee24bb3c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user