/* binding generator output * * This file is part of nsgenjsbind. * Licensed under the MIT License, * http://www.opensource.org/licenses/mit-license.php * Copyright 2012 Vincent Sanders */ #ifndef genjsbind_jsapi_libdom_h #define genjsbind_jsapi_libdom_h int jsapi_libdom_output(char *outfile, struct genbind_node *genbind_root); #endif