aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/init_wslua.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-11 16:27:37 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-11 16:27:37 +0000
commit0f3d9b13783b0308485cf77a122f29a19973e1be (patch)
tree3279fbb000ed4e186875e37defc90c31ae6e324e /epan/wslua/init_wslua.c
parentab3e604b2f9dd100135618525acefc84da46872c (diff)
Make more functions static.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30517 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/wslua/init_wslua.c')
-rw-r--r--epan/wslua/init_wslua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/init_wslua.c b/epan/wslua/init_wslua.c
index 957d0f830a..59f1d65f9b 100644
--- a/epan/wslua/init_wslua.c
+++ b/epan/wslua/init_wslua.c
@@ -182,7 +182,7 @@ static void wslua_init_routine(void) {
}
-static const char *getF(lua_State *L _U_, void *ud, size_t *size)
+static const char *getF(lua_State *LS _U_, void *ud, size_t *size)
{
FILE *f=(FILE *)ud;
static char buff[512];