1 #ifndef __LUAIXP_UTIL_H__
2 #define __LUAIXP_UTIL_H__
7 // backward compatibility to 0.3 (20070518)
8 // ... but there is no good way to detect that we need it at build time
11 #define IxpMsg Message
18 extern int lixp_pusherrorf(lua_State
*L
, const char *fmt
, ...);
19 extern int lixp_pusherror(lua_State
*L
, const char *info
);
21 extern int lixp_write_data (struct IxpCFid
*fid
, const char *data
, size_t data_len
);
23 extern int lixp_pushstat (lua_State
*L
, const struct IxpStat
*stat
);
25 #endif // __LUAIXP_UTIL_H__