mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
source4/torture: Fix prototypes for all functions.
This commit is contained in:
parent
7e039c7dda
commit
fc720be5a2
@ -23,6 +23,7 @@
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
#include "torture/torture.h"
|
||||
#include "param/param.h"
|
||||
#include "torture/auth/proto.h"
|
||||
|
||||
static bool torture_ntlmssp_self_check(struct torture_context *tctx)
|
||||
{
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "auth/auth_sam_reply.h"
|
||||
#include "param/param.h"
|
||||
#include "librpc/gen_ndr/ndr_krb5pac.h"
|
||||
#include "torture/auth/proto.h"
|
||||
|
||||
static bool torture_pac_self_check(struct torture_context *tctx)
|
||||
{
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "dsdb/samdb/samdb.h"
|
||||
#include "torture/rpc/drsuapi.h"
|
||||
#include "../lib/util/asn1.h"
|
||||
#include "torture/drs/proto.h"
|
||||
|
||||
/**
|
||||
* Decode Attribute OID based on MS documentation
|
||||
|
@ -29,6 +29,8 @@
|
||||
#include "torture/rpc/drsuapi.h"
|
||||
#include "librpc/ndr/libndr.h"
|
||||
#include "param/param.h"
|
||||
#include "torture/drs/proto.h"
|
||||
#include "torture/drs/proto.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "libcli/resolve/resolve.h"
|
||||
|
||||
#include "torture/torture.h"
|
||||
#include "torture/smb2/proto.h"
|
||||
|
||||
|
||||
/*
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "param/param.h"
|
||||
#include "libcli/security/security.h"
|
||||
#include "libcli/util/clilsa.h"
|
||||
#include "torture/util.h"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "librpc/gen_ndr/netlogon.h"
|
||||
#include "param/param.h"
|
||||
#include "../libcli/auth/pam_errors.h"
|
||||
#include "torture/winbind/proto.h"
|
||||
|
||||
#define DO_STRUCT_REQ_REP_EXT(op,req,rep,expected,strict,warnaction,cmt) do { \
|
||||
NSS_STATUS __got, __expected = (expected); \
|
||||
|
Loading…
Reference in New Issue
Block a user