X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftool_msgs.h;h=15754690ff9c2e9a41ae120f580f736051e0b5ef;hb=7a9f915fa6be8c8955ff2c59169538a4d0349080;hp=bf97bfba73c4bca33201b86c93522bae440de9f5;hpb=2bc9d6bb53df44a0c5174767de734620c2cdfd9e;p=platform%2Fupstream%2Fcurl.git diff --git a/src/tool_msgs.h b/src/tool_msgs.h index bf97bfb..1575469 100644 --- a/src/tool_msgs.h +++ b/src/tool_msgs.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2014, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -23,7 +23,7 @@ ***************************************************************************/ #include "tool_setup.h" -void warnf(struct GlobalConfig *config, const char *fmt, ...); +void warnf(struct OperationConfig *config, const char *fmt, ...); void helpf(FILE *errors, const char *fmt, ...);