/* Copyright (c) 2017-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "dlua-script-private.h"
luaL_getmetatable(L, tname);
lua_setmetatable(L, -2);
}
int i;
lua_pushstring(L, l->name);
for (i = 0; i < nup; i++)
}
}
#endif