Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
7extern int Lpcre2_get_flags (lua_State *L);
8extern int Lpcre2_config (lua_State *L);
9extern flag_pair pcre2_error_flags[];
Definition common.h:28