diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-03-19 15:33:29 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-03-19 15:33:29 +0100 |
commit | 01b0f45d52cad6853bb51ec96ae0f79c958d9875 (patch) | |
tree | bc5cc8eeb1bd40fff40cb697d6dbd0ee7041e2d1 /source4/lib/registry/tests/generic.c | |
parent | ce45027816d27e4493739b2f45821febb462ba02 (diff) | |
download | samba-01b0f45d52cad6853bb51ec96ae0f79c958d9875.tar.gz samba-01b0f45d52cad6853bb51ec96ae0f79c958d9875.tar.xz samba-01b0f45d52cad6853bb51ec96ae0f79c958d9875.zip |
lib/registry/tests: Fix prototypes.
Diffstat (limited to 'source4/lib/registry/tests/generic.c')
-rw-r--r-- | source4/lib/registry/tests/generic.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/lib/registry/tests/generic.c b/source4/lib/registry/tests/generic.c index 2e0863c17a..68fcdd593d 100644 --- a/source4/lib/registry/tests/generic.c +++ b/source4/lib/registry/tests/generic.c @@ -24,10 +24,7 @@ #include "torture/torture.h" #include "librpc/gen_ndr/winreg.h" #include "param/param.h" - -struct torture_suite *torture_registry_hive(TALLOC_CTX *mem_ctx); -struct torture_suite *torture_registry_registry(TALLOC_CTX *mem_ctx); -struct torture_suite *torture_registry_diff(TALLOC_CTX *mem_ctx); +#include "lib/registry/tests/proto.h" static bool test_str_regtype(struct torture_context *ctx) { |