/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "http-header.h"
struct http_header {
/* FIXME: ARRAY(struct http_header_field *) *btree; */
};
struct http_header *
{
return header;
}
const struct http_header_field *
{
void *value;
return hfield;
}
{
}
}
}
{
}
const struct http_header_field *
{
return hfield;
}
return NULL;
}
const char *
{
}
{
if (hfield_found != NULL)
return -1;
}
}
*hfield_r = hfield_found;
}