aboutsummaryrefslogtreecommitdiff
path: root/src/ld-lua.h
blob: 2c415795a4aed65405553e579052e79a9aae838b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * ld-lua.h
 *
 * This file is a part of logdiag.
 * Copyright Přemysl Janouch 2010. All rights reserved.
 *
 * See the file LICENSE for licensing information.
 *
 */

#ifndef __LD_LUA_H__
#define __LD_LUA_H__

G_BEGIN_DECLS


lua_State *
ld_lua_init (void);

void
ld_lua_destroy (lua_State *L);


G_END_DECLS

#endif /* ! __LD_LUA_H__ */