diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-11-18 12:46:45 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-11-18 12:46:45 +1100 |
commit | e73b790c04d8deea724f442234f0a6b790537268 (patch) | |
tree | 5d05bc10235fadc16807dcc05d0749bab5417cd9 | |
parent | 15d93a5d8e21893e1cca5c989dbf97010aae1622 (diff) | |
download | samba-e73b790c04d8deea724f442234f0a6b790537268.tar.gz samba-e73b790c04d8deea724f442234f0a6b790537268.tar.bz2 samba-e73b790c04d8deea724f442234f0a6b790537268.zip |
fixed the build
whoever pushed 15d93a5d8e21893e1cca5c989dbf97010aae1622, please check
that what you push compiles and passes tests. In this case it didn't
compile.
-rw-r--r-- | lib/torture/torture.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/torture/torture.h b/lib/torture/torture.h index 7f387cc1f2..ad3668fbe8 100644 --- a/lib/torture/torture.h +++ b/lib/torture/torture.h @@ -449,6 +449,10 @@ bool torture_setting_bool(struct torture_context *test, struct torture_suite *torture_find_suite(struct torture_suite *parent, const char *name); +unsigned long torture_setting_ulong(struct torture_context *test, + const char *name, + unsigned long default_value); + NTSTATUS torture_temp_dir(struct torture_context *tctx, const char *prefix, char **tempdir); |