summaryrefslogtreecommitdiff
path: root/src/duk-libdom.h
blob: 8e86d7457d6fa7576af53f3fe3a4f15b6a166dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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 <vince@netsurf-browser.org>
 */

#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