whelk/whelk.h
author J. Ali Harlow <ali@juiblex.co.uk>
Thu Jul 09 08:52:03 2009 +0100 (2009-07-09)
changeset 0 8525965e930d
permissions -rw-r--r--
Initial checkin
     1 #ifndef __WHELK_H__
     2 #define __WHELK_H__
     3 
     4 #include <lua.h>
     5 #include <lualib.h>
     6 
     7 LUALIB_API int luaopen_whelk(lua_State *L);
     8 
     9 #endif  /* __WHELK_H__ */