From: Andrew Tridgell Date: Wed, 18 Nov 2009 01:46:45 +0000 (+1100) Subject: fixed the build X-Git-Tag: tdb-1.2.0~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e73b790c04d8deea724f442234f0a6b790537268;p=thirdparty%2Fsamba.git fixed the build whoever pushed 15d93a5d8e21893e1cca5c989dbf97010aae1622, please check that what you push compiles and passes tests. In this case it didn't compile. --- diff --git a/lib/torture/torture.h b/lib/torture/torture.h index 7f387cc1f2b..ad3668fbe87 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);