summaryrefslogtreecommitdiff
path: root/src/lapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lapi.h')
-rw-r--r--src/lapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lapi.h b/src/lapi.h
index 0ff8beb6..9d1d4356 100644
--- a/src/lapi.h
+++ b/src/lapi.h
@@ -1,5 +1,5 @@
/*
-** $Id: lapi.h,v 2.1 2003/12/10 12:13:36 roberto Exp $
+** $Id: lapi.h,v 2.2 2005/04/25 19:24:10 roberto Exp $
** Auxiliary functions from Lua API
** See Copyright Notice in lua.h
*/
@@ -11,6 +11,6 @@
#include "lobject.h"
-void luaA_pushobject (lua_State *L, const TValue *o);
+LUAI_FUNC void luaA_pushobject (lua_State *L, const TValue *o);
#endif