maxscale/maxscale_pcre2.h renamed to maxscale/pcre2.h
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
#include <maxscale/buffer.h>
|
||||
#include <maxscale/dcb.h>
|
||||
#include <string.h>
|
||||
#include <maxscale/maxscale_pcre2.h>
|
||||
#include <maxscale/pcre2.h>
|
||||
|
||||
#define PTR_IS_RESULTSET(b) (b[0] == 0x01 && b[1] == 0x0 && b[2] == 0x0 && b[3] == 0x01)
|
||||
#define PTR_IS_EOF(b) (b[0] == 0x05 && b[1] == 0x0 && b[2] == 0x0 && b[4] == 0xfe)
|
||||
|
Reference in New Issue
Block a user