fixed the build
authorAndrew Tridgell <tridge@samba.org>
Wed, 18 Nov 2009 01:46:45 +0000 (12:46 +1100)
committerAndrew Tridgell <tridge@samba.org>
Wed, 18 Nov 2009 01:46:45 +0000 (12:46 +1100)
whoever pushed 15d93a5d8e21893e1cca5c989dbf97010aae1622, please check
that what you push compiles and passes tests. In this case it didn't
compile.

lib/torture/torture.h

index 7f387cc1f2b2b9bd53213054503e472c285397a0..ad3668fbe87cebeff4a65090e473b6aae8c71a2a 100644 (file)
@@ -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);