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:
Thierry FOURNIER 2013-11-21 10:51:50 +01:00 committed by Willy Tarreau
parent bf0addb6ce
commit 20f4996738

View File

@ -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);