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

r14380: Reduce the size of structs.h

This commit is contained in:
Jelmer Vernooij
2006-03-14 15:03:25 +00:00
committed by Gerald (Jerry) Carter
parent 1d2d970f3b
commit 1a16a6f1df
57 changed files with 189 additions and 175 deletions

View File

@@ -66,4 +66,6 @@
#define DCESRV_PULL_HANDLE(h, inhandle, t) DCESRV_PULL_HANDLE_RETVAL(h, inhandle, t, NT_STATUS_INVALID_HANDLE)
#define DCESRV_PULL_HANDLE_WERR(h, inhandle, t) DCESRV_PULL_HANDLE_RETVAL(h, inhandle, t, WERR_BADFID)
struct dcesrv_context;
#include "rpc_server/common/proto.h"