mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
1008: Comments.
G: -----------------------------------------------------------------------
This commit is contained in:
parent
f09a5f235e
commit
ffcd91a30d
@ -60,7 +60,11 @@
|
|||||||
|
|
||||||
struct files_offset {
|
struct files_offset {
|
||||||
LIST_HEAD(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;
|
int begin;
|
||||||
|
/* end of filename. data[end] is the FILE_CHAR. In normal strings
|
||||||
|
* it would be a nul char. */
|
||||||
int end;
|
int end;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user