summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 33ea686)
raw | patch | inline | side by side (parent: 33ea686)
author | Bernd Zeimetz <bernd@bzed.de> | |
Sun, 4 Oct 2009 15:16:20 +0000 (17:16 +0200) | ||
committer | Bernd Zeimetz <bernd@bzed.de> | |
Sun, 4 Oct 2009 15:16:20 +0000 (17:16 +0200) |
debian/liblua5.1-rrd-dev.install | patch | blob | history | |
debian/lua-rrd.h | [new file with mode: 0644] | patch | blob |
index fa54e3dfd31a672ea9f8f37dab955c8a1c21907d..96fc44b47f485267cf747b5c7cb4cdf0cc57e3f6 100644 (file)
usr/lib/lua/5.1/rrd.a
usr/lib/lua/5.1/rrd.so
usr/lib/lua/5.1/rrd.la
+debian/lua-rrd.h usr/include/lua5.1
diff --git a/debian/lua-rrd.h b/debian/lua-rrd.h
--- /dev/null
+++ b/debian/lua-rrd.h
@@ -0,0 +1,6 @@
+#ifndef LUA_RRD_H
+#define LUA_RRD_H
+
+extern int luaopen_rrd (lua_State * L);
+
+#endif