1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00

1008: Comments.

G: -----------------------------------------------------------------------
This commit is contained in:
Witold Filipczyk 2008-05-12 13:01:51 +02:00 committed by Witold Filipczyk
parent f09a5f235e
commit ffcd91a30d

View File

@ -60,7 +60,11 @@
struct files_offset {
LIST_HEAD(struct files_offset);
/* offset of the filename in the data generated by encode_multipart.
* data[begin] is the FILE_CHAR, data + begin + 1 is the filename. */
int begin;
/* end of filename. data[end] is the FILE_CHAR. In normal strings
* it would be a nul char. */
int end;
};