unit1394.c: plug the curl tool unit test in

This commit is contained in:
Kamil Dudka
2013-05-03 13:26:25 +02:00
parent b045d079f8
commit bcf1b9dec1
5 changed files with 98 additions and 8 deletions

View File

@@ -45,5 +45,11 @@ ParameterError getparameter(char *flag,
bool *usedarg,
struct Configurable *config);
#ifdef UNITTESTS
void parse_cert_parameter(const char *cert_parameter,
char **certname,
char **passphrase);
#endif
#endif /* HEADER_CURL_TOOL_GETPARAM_H */