1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-22 02:50:28 +03:00

lib/registry/tests: Fix prototypes.

This commit is contained in:
Jelmer Vernooij 2011-03-19 15:33:29 +01:00
parent ce45027816
commit 01b0f45d52
4 changed files with 4 additions and 4 deletions

View File

@ -25,6 +25,7 @@
#include "torture/torture.h"
#include "librpc/gen_ndr/winreg.h"
#include "param/param.h"
#include "lib/registry/tests/proto.h"
struct diff_tcase_data {
struct registry_context *r1_ctx;

View File

@ -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)
{

View File

@ -27,6 +27,7 @@
#include "system/filesys.h"
#include "param/param.h"
#include "libcli/security/security.h"
#include "lib/registry/tests/proto.h"
static bool test_del_nonexistant_key(struct torture_context *tctx,
const void *test_data)

View File

@ -26,6 +26,7 @@
#include "librpc/gen_ndr/winreg.h"
#include "libcli/security/security.h"
#include "system/filesys.h"
#include "lib/registry/tests/proto.h"
/**
* Test obtaining a predefined key.