mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02:00
MINOR: sample: export the generic sample conversion parser
just export function "find_sample_conv()" to prepare the generic sample conversion parser.
This commit is contained in:
parent
bf0addb6ce
commit
20f4996738
@ -27,6 +27,7 @@
|
||||
#include <types/stick_table.h>
|
||||
|
||||
struct sample_expr *sample_parse_expr(char **str, int *idx, char *err, int err_size, struct arg_list *al);
|
||||
struct sample_conv *find_sample_conv(const char *kw, int len);
|
||||
struct sample *sample_process(struct proxy *px, struct session *l4,
|
||||
void *l7, unsigned int dir, struct sample_expr *expr,
|
||||
struct sample *p);
|
||||
|
Loading…
Reference in New Issue
Block a user