Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

luaif.h File Reference

Interface to LUA engine. More...

#include "../config.h"

Include dependency graph for luaif.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

int lua_supported (void)
 test if LUA is supported.

void luaif_init (void)
 Initialise the LUA module.

void luaif_runfile (char *fn)
 Run a script from a file.

void luaif_runstring (char *s)
 Run a script from a string.


Detailed Description

Interface to LUA engine.

Author:
Darryl Luff

Definition in file luaif.h.


Function Documentation

int lua_supported void   
 

test if LUA is supported.

Returns:
1 if supported, 0 otherwise.

Definition at line 34 of file luaif.c.

void luaif_runfile char *    fn
 

Run a script from a file.

Parameters:
fn  The filename for the script.

Definition at line 372 of file luaif.c.

Referenced by cfg_parse_cmdline(), and ws_load_file().

void luaif_runstring char *    s
 

Run a script from a string.

Parameters:
s  The script string to run.

Definition at line 380 of file luaif.c.

Referenced by cfg_parse_cmdline().


Generated on Sun May 9 19:19:24 2004 for GtkSQL by doxygen1.2.18