mirror of
https://github.com/curl/curl.git
synced 2026-08-05 12:46:14 +03:00
tool_operate: Moved command line argument parsing into separate function
This commit is contained in:
parent
8034b08e0e
commit
c35d05aa62
3 changed files with 56 additions and 40 deletions
|
|
@ -7,7 +7,7 @@
|
|||
* | (__| |_| | _ <| |___
|
||||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
*
|
||||
* This software is licensed as described in the file COPYING, which
|
||||
* you should have received as part of this distribution. The terms
|
||||
|
|
@ -51,5 +51,8 @@ void parse_cert_parameter(const char *cert_parameter,
|
|||
char **passphrase);
|
||||
#endif
|
||||
|
||||
ParameterError parse_args(struct Configurable *config, int argc,
|
||||
argv_item_t argv[]);
|
||||
|
||||
#endif /* HEADER_CURL_TOOL_GETPARAM_H */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue