From f31fd31b71eda4957475fb09de1ef26e3a050414 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 26 Oct 2011 17:21:04 +1100 Subject: s3-torture run t_strappend tests as LOCAL-sprintf_append --- source3/torture/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/torture/proto.h') diff --git a/source3/torture/proto.h b/source3/torture/proto.h index 7d6b2baab7..bf75a5ae93 100644 --- a/source3/torture/proto.h +++ b/source3/torture/proto.h @@ -95,5 +95,6 @@ bool run_nttrans_create(int dummy); bool run_nttrans_fsctl(int dummy); bool run_smb2_basic(int dummy); bool run_local_conv_auth_info(int dummy); +bool run_local_sprintf_append(int dummy); #endif /* __TORTURE_H__ */ -- cgit