/* Copyright (c) 2017-2018 Dovecot authors, see the included COPYING file */
#ifndef HOOK_BUILD_H
struct hook_build_context;
struct hook_stack;
/* Initialize new hook building context, vfuncs should point to
the functions table that is being manipulated, and size should be
the size of this table. */
/* This is called after a hook may have updated vfuncs */
/* Free memory used by build context */
#endif