mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04: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>
|
#include <stdio.h>
|
||||||
|
|
||||||
struct directory_entry {
|
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. */
|
/* The various attribute info collected with the stat_* functions. */
|
||||||
unsigned char *attrib;
|
unsigned char *attrib;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user