summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/lua_libquvi4.c
diff options
context:
space:
mode:
Diffstat (limited to 'waftools/fragments/lua_libquvi4.c')
-rw-r--r--waftools/fragments/lua_libquvi4.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/waftools/fragments/lua_libquvi4.c b/waftools/fragments/lua_libquvi4.c
new file mode 100644
index 0000000000..efcf30375a
--- /dev/null
+++ b/waftools/fragments/lua_libquvi4.c
@@ -0,0 +1,3 @@
+ quvi_t q;
+ if (quvi_init(&q) == QUVI_OK)
+ quvi_supported(q, "http://nope");