summaryrefslogtreecommitdiff
path: root/src/duk-libdom.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-07-31 21:49:45 +0100
committerVincent Sanders <vince@kyllikki.org>2015-07-31 21:49:45 +0100
commit02ebfefd0fc3d81b59cc15f34033210a6344f430 (patch)
tree22bb97027149ae2336e561b6f345bcf10593ff0d /src/duk-libdom.h
parent4b723a410bc1a3355d401b95ac390f377b5d77b8 (diff)
downloadnsgenbind-02ebfefd0fc3d81b59cc15f34033210a6344f430.tar.gz
nsgenbind-02ebfefd0fc3d81b59cc15f34033210a6344f430.tar.bz2
Generate makefile fragment and add header guards
Diffstat (limited to 'src/duk-libdom.h')
-rw-r--r--src/duk-libdom.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/duk-libdom.h b/src/duk-libdom.h
index 8e86d74..e1dd2c4 100644
--- a/src/duk-libdom.h
+++ b/src/duk-libdom.h
@@ -9,8 +9,6 @@
#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);
+int duk_libdom_output(struct interface_map *interface_map);
#endif