1
0
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:
Jelmer Vernooij 2011-03-19 00:45:16 +01:00
parent 7e039c7dda
commit fc720be5a2
7 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -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"
/**

View File

@ -30,6 +30,7 @@
#include "libcli/resolve/resolve.h"
#include "torture/torture.h"
#include "torture/smb2/proto.h"
/*

View File

@ -34,6 +34,7 @@
#include "param/param.h"
#include "libcli/security/security.h"
#include "libcli/util/clilsa.h"
#include "torture/util.h"
/**

View File

@ -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); \