summaryrefslogtreecommitdiff
path: root/src/duk-libdom.h
blob: e1dd2c4bce196fa56937831b4ab8a9fb1b127259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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 interface_map *interface_map);

#endif