#include <header.h>
It holds the field name, and all the lines that make up that field. The first line has the field name and the ":" stripped, as well as all the leading spaces. Continuations also have their leading spaces stripped out.
For instance, assume the following header field:
Then the structure would contain, with () denoting a list:
Data Fields | |
gchar * | name |
Field name. | |
GSList * | lines |
List of lines making this header. |
|
List of lines making this header.
|
|
Field name.
|