summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-04-13 15:18:34 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-04-13 15:18:34 +0000
commit15798344bfadcece86352c938a8532590cbb3ab2 (patch)
tree1c469e0467aba4b314301b1bdaad8c3c205b0ce9 /contrib
parent78d14512abbd04ca13d092774e3303637721cbae (diff)
contrib/lar: refresh openwrt patch
Diffstat (limited to 'contrib')
-rw-r--r--contrib/lar/openwrt/050-lar-source-loader.patch10
1 files changed, 2 insertions, 8 deletions
diff --git a/contrib/lar/openwrt/050-lar-source-loader.patch b/contrib/lar/openwrt/050-lar-source-loader.patch
index ac282dc44..9e5e8cf85 100644
--- a/contrib/lar/openwrt/050-lar-source-loader.patch
+++ b/contrib/lar/openwrt/050-lar-source-loader.patch
@@ -344,8 +344,8 @@ diff -Nbur lua-5.1.4.orig/src/lar.c lua-5.1.4/src/lar.c
+}
diff -Nbur lua-5.1.4.orig/src/lar.h lua-5.1.4/src/lar.h
--- lua-5.1.4.orig/src/lar.h 1970-01-01 01:00:00.000000000 +0100
-+++ lua-5.1.4/src/lar.h 2009-04-13 16:51:32.000000000 +0200
-@@ -0,0 +1,114 @@
++++ lua-5.1.4/src/lar.h 2009-04-13 17:13:47.000000000 +0200
+@@ -0,0 +1,108 @@
+/*
+ * lar - Lua Archive Library
+ *
@@ -436,12 +436,6 @@ diff -Nbur lua-5.1.4.orig/src/lar.h lua-5.1.4/src/lar.h
+typedef struct lar_member_item lar_member;
+typedef struct lar_archive_handle lar_archive;
+
-+/*
-+static int lar_read_filenames( lar_archive *ar );
-+static int lar_read32( int fd, uint32_t *val );
-+static int lar_read16( int fd, uint16_t *val );
-+static void lar_md5( char *md5, const char *data, int len );
-+*/
+
+lar_index * lar_get_index( lar_archive *ar );
+