mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-15 12:30:16 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue