Go to the source code of this file.
Functions | |
| int | field_set (field_t *f, const char *name, const char *value) |
| Set a field. | |
| int | field_set_from_line (field_t *f, const char *ln) |
| Set a field from a line. | |
| const char * | field_get_name (field_t *f) |
| Get the name of a field. | |
| const char * | field_get_value (field_t *f) |
| Get the value of a field. | |
| int | field_create (const char *name, const char *value, field_t **pf) |
| Create a field. | |
| int | field_free (field_t *f) |
| Free a field. | |