projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f154da7
)
fix fastindex namespace
author
Steven Barth
<steven@midlink.org>
Mon, 2 Jun 2008 15:35:44 +0000
(15:35 +0000)
committer
Steven Barth
<steven@midlink.org>
Mon, 2 Jun 2008 15:35:44 +0000
(15:35 +0000)
libs/fastindex/src/fastindex.c
patch
|
blob
|
history
diff --git
a/libs/fastindex/src/fastindex.c
b/libs/fastindex/src/fastindex.c
index ab78c09358b44bac423ec929a5e4650b7c2b8530..c9c64bf750d75fc851406c24c207d225df397241 100644
(file)
--- a/
libs/fastindex/src/fastindex.c
+++ b/
libs/fastindex/src/fastindex.c
@@
-32,8
+32,7
@@
#include <lauxlib.h>
#include "list.h"
-#define MODNAME "fastindex"
-#define PATTERN "/*.lua"
+#define MODNAME "luci.fastindex"
#define DEFAULT_BUFLEN 1024
//#define DEBUG 1
@@
-373,7
+372,7
@@
static const luaL_Reg fastindex[] = {
};
int
-luaopen_fastindex(lua_State *L)
+luaopen_
luci_
fastindex(lua_State *L)
{
luaL_register(L, MODNAME, fastindex);
return 0;