/* DukTape binding generation * * This file is part of nsgenbind. * Licensed under the MIT License, * http://www.opensource.org/licenses/mit-license.php * Copyright 2015 Vincent Sanders */ #ifndef nsgenbind_duk_libdom_h #define nsgenbind_duk_libdom_h int duk_libdom_output(struct genbind_node *genbind, struct webidl_node *webidl, struct interface_map *interface_map); #endif