aboutsummaryrefslogtreecommitdiff
path: root/src/tool_getparam.h
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2013-05-03 13:26:25 +0200
committerKamil Dudka <kdudka@redhat.com>2013-05-06 15:03:13 +0200
commitbcf1b9dec13badd073518e1d63aab40a958d9245 (patch)
tree0ffc0bee70ea7435268666fe260aa15269d1a479 /src/tool_getparam.h
parentb045d079f8bf9e85b2aef94bc94928f444b3a711 (diff)
unit1394.c: plug the curl tool unit test in
Diffstat (limited to 'src/tool_getparam.h')
-rw-r--r--src/tool_getparam.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tool_getparam.h b/src/tool_getparam.h
index 38f0674f4..a86bfcec6 100644
--- a/src/tool_getparam.h
+++ b/src/tool_getparam.h
@@ -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 */