]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP/MINOR: log-format: unexport functions parse_logformat_var_args() and parse_lo...
authorThierry FOURNIER / OZON.IO <thierry.fournier@ozon.io>
Tue, 22 Nov 2016 22:17:19 +0000 (23:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2016 17:54:25 +0000 (18:54 +0100)
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.

include/proto/log.h

index e606a3c76fd0ce154bdcc87dbe941179d25aa241..4766d7151653e48888a89dac67ebd2b1335d4304 100644 (file)
@@ -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
  */