summaryrefslogtreecommitdiff
path: root/lauxlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lauxlib.h')
-rw-r--r--lauxlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lauxlib.h b/lauxlib.h
index 9bf15d27..f1b59a3a 100644
--- a/lauxlib.h
+++ b/lauxlib.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lauxlib.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ 2** $Id: lauxlib.h,v 1.2 1997/09/26 15:02:26 roberto Exp roberto $
3** Auxiliar functions for building Lua libraries 3** Auxiliar functions for building Lua libraries
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -18,7 +18,7 @@ struct luaL_reg {
18}; 18};
19 19
20void luaL_openlib (struct luaL_reg *l, int n); 20void luaL_openlib (struct luaL_reg *l, int n);
21void luaL_arg_check(int cond, int numarg, char *extramsg); 21void luaL_arg_check (int cond, int numarg, char *extramsg);
22char *luaL_check_string (int numArg); 22char *luaL_check_string (int numArg);
23char *luaL_opt_string (int numArg, char *def); 23char *luaL_opt_string (int numArg, char *def);
24double luaL_check_number (int numArg); 24double luaL_check_number (int numArg);