Remove export of the fucntion parse_logformat_var_args() and
parse_logformat_var(). These functions are a part of the
logformat parser, and this export is useless.
*/
void strm_log(struct stream *s);
-/*
- * Parse args in a logformat_var
- */
-int parse_logformat_var_args(char *args, struct logformat_node *node);
-
-/*
- * Parse a variable '%varname' or '%{args}varname' in log-format
- *
- */
-int parse_logformat_var(char *arg, int arg_len, char *var, int var_len, struct proxy *curproxy, struct list *list_format, int *defoptions);
-
/*
* add to the logformat linked list
*/