aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-02-06 14:58:03 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-02-06 15:35:18 +0100
commit215c41710e842a892da23724d64c0f5414165496 (patch)
tree292606429787d90ca0388f27c28d17dc55a1b95a /tests/torture.h
parent97d261dc791a3b5e4b30bf384fd8a73da90d2372 (diff)
downloadlibssh-215c41710e842a892da23724d64c0f5414165496.tar.gz
libssh-215c41710e842a892da23724d64c0f5414165496.tar.xz
libssh-215c41710e842a892da23724d64c0f5414165496.zip
torture: Added torture_isdir().
Diffstat (limited to 'tests/torture.h')
-rw-r--r--tests/torture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/torture.h b/tests/torture.h
index cc8abbc8..e80d0e76 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -47,6 +47,7 @@ struct argument_s {
void torture_cmdline_parse(int argc, char **argv, struct argument_s *arguments);
int torture_rmdirs(const char *path);
+int torture_isdir(const char *path);
/*
* Returns the verbosity level asked by user