From: Thierry FOURNIER / OZON.IO Date: Tue, 22 Nov 2016 22:17:19 +0000 (+0100) Subject: CLEANUP/MINOR: log-format: unexport functions parse_logformat_var_args() and parse_lo... X-Git-Tag: v1.7.0~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb51e163069ecd40b52f6123135a65a44911c418;p=thirdparty%2Fhaproxy.git CLEANUP/MINOR: log-format: unexport functions parse_logformat_var_args() and parse_logformat_var() 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. --- diff --git a/include/proto/log.h b/include/proto/log.h index e606a3c76f..4766d71516 100644 --- a/include/proto/log.h +++ b/include/proto/log.h @@ -64,17 +64,6 @@ int build_logline(struct stream *s, char *dst, size_t maxsize, struct list *list */ 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 */