1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

1008: Moved the definition of the big_files_offset to the form.c.

This commit is contained in:
Witold Filipczyk 2008-05-12 12:42:43 +02:00 committed by Witold Filipczyk
parent 5458346e6e
commit 9f768354b9
2 changed files with 7 additions and 7 deletions

View File

@ -193,13 +193,6 @@ struct uri_list {
struct uri **uris;
};
/* I don't know where to put it. */
struct big_files_offset {
LIST_HEAD(struct big_files_offset);
int begin;
int end;
};
#define foreach_uri(uri, index, list) \
for (index = 0; index < (list)->size; index++) \
if ((uri = (list)->uris[index]))

View File

@ -58,6 +58,13 @@
/* TODO: Some of these (particulary those encoding routines) would feel better
* in viewer/common/. --pasky */
struct big_files_offset {
LIST_HEAD(struct big_files_offset);
int begin;
int end;
};
/** @relates submitted_value */
struct submitted_value *