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:
parent
ce45027816
commit
01b0f45d52
@ -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;
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user