rosie-sys 1.3.1

A crate to build or link to librosie to access the Rosie Pattern Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/*
** $Id: lpcap.h,v 1.2 2015/02/27 17:13:17 roberto Exp $
*/

#if !defined(lpcap_h)
#define lpcap_h

int r_lua_decode (lua_State *L);

#endif