mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
r12622: Move table.c prototypes to seperate header to prevent circular dependencies
with proto.h
(This used to be commit 9e0ba38037
)
This commit is contained in:
parent
6ebe31dc1b
commit
046a54f963
@ -24,6 +24,7 @@
|
||||
#include "librpc/gen_ndr/ndr_remact.h"
|
||||
#include "librpc/gen_ndr/com_dcom.h"
|
||||
#include "lib/com/dcom/dcom.h"
|
||||
#include "librpc/rpc/dcerpc_table.h"
|
||||
|
||||
#define DCOM_NEGOTIATED_PROTOCOLS { EPM_PROTOCOL_TCP, EPM_PROTOCOL_SMB, EPM_PROTOCOL_NCALRPC }
|
||||
|
||||
|
@ -304,6 +304,7 @@ librpc/gen_ndr/tables.c: librpc/gen_ndr/ndr_*.h
|
||||
|
||||
[SUBSYSTEM::NDR_ALL]
|
||||
OBJ_FILES = rpc/table.o gen_ndr/tables.o
|
||||
PRIVATE_PROTO_HEADER = rpc/dcerpc_table.h
|
||||
REQUIRED_SUBSYSTEMS = NDR_AUDIOSRV NDR_ECHO NDR_DCERPC NDR_EXCHANGE \
|
||||
NDR_DSBACKUP NDR_EFS NDR_MISC NDR_LSA NDR_DFS NDR_DRSUAPI \
|
||||
NDR_POLICYAGENT NDR_UNIXINFO NDR_SAMR NDR_SPOOLSS NDR_WKSSVC NDR_SRVSVC NDR_ATSVC \
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "dlinklist.h"
|
||||
#include "librpc/rpc/dcerpc_table.h"
|
||||
|
||||
struct dcerpc_interface_list *dcerpc_pipes = NULL;
|
||||
|
||||
|
@ -74,6 +74,7 @@ print TABLEC <<EOF;
|
||||
/* Automatically generated by tables.pl. DO NOT EDIT */
|
||||
|
||||
#include "includes.h"
|
||||
#include "librpc/rpc/dcerpc_table.h"
|
||||
EOF
|
||||
|
||||
process_file($_) foreach (@ARGV);
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "includes.h"
|
||||
#include "rpc_server/dcerpc_server.h"
|
||||
#include "auth/auth.h"
|
||||
#include "librpc/rpc/dcerpc_table.h"
|
||||
|
||||
|
||||
struct dcesrv_remote_private {
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "scripting/ejs/ejsrpc.h"
|
||||
#include "dlinklist.h"
|
||||
#include "lib/events/events.h"
|
||||
#include "librpc/rpc/dcerpc_table.h"
|
||||
|
||||
/*
|
||||
state of a irpc 'connection'
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "includes.h"
|
||||
#include "librpc/gen_ndr/ndr_drsuapi.h"
|
||||
#include "librpc/gen_ndr/ndr_misc.h"
|
||||
#include "librpc/rpc/dcerpc_table.h"
|
||||
|
||||
|
||||
#if 1
|
||||
|
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "librpc/rpc/dcerpc_table.h"
|
||||
|
||||
|
||||
BOOL torture_rpc_countcalls(void)
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "librpc/gen_ndr/ndr_epmapper.h"
|
||||
#include "librpc/rpc/dcerpc_table.h"
|
||||
|
||||
|
||||
/*
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "includes.h"
|
||||
#include "librpc/gen_ndr/ndr_mgmt.h"
|
||||
#include "auth/gensec/gensec.h"
|
||||
#include "librpc/rpc/dcerpc_table.h"
|
||||
|
||||
|
||||
/*
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "librpc/gen_ndr/ndr_mgmt.h"
|
||||
#include "librpc/rpc/dcerpc_table.h"
|
||||
|
||||
/*
|
||||
work out how many calls there are for an interface
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "system/wait.h"
|
||||
#include "system/filesys.h"
|
||||
#include "ioctl.h"
|
||||
#include "librpc/rpc/dcerpc_table.h"
|
||||
|
||||
int torture_nprocs=4;
|
||||
int torture_numops=10;
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "lib/cmdline/popt_common.h"
|
||||
#include "system/iconv.h"
|
||||
#include "system/filesys.h"
|
||||
#include "librpc/rpc/dcerpc_table.h"
|
||||
|
||||
static const struct dcerpc_interface_call *find_function(
|
||||
const struct dcerpc_interface_table *p,
|
||||
|
Loading…
Reference in New Issue
Block a user