Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
wslua
lrexlib
pcre2
lpcre2_f.h
1
/* lpcre2_f.h - Lua binding of PCRE2 library */
2
/* See Copyright Notice in the file LICENSE */
3
/* SPDX-License-Identifier: MIT */
4
5
#include "../common.h"
6
7
extern
int
Lpcre2_get_flags (lua_State *L);
8
extern
int
Lpcre2_config (lua_State *L);
9
extern
flag_pair
pcre2_error_flags[];
flag_pair
Definition
common.h:28
Generated by
1.9.8