mirror of
https://github.com/samba-team/samba.git
synced 2025-11-05 04:23:51 +03:00
r14349: Kill proto.h!
Prototypes are now spread over multiple headers, usually one per subsystem. This change is required to allow proper header dependencies later on, without recompiling Samba each time the mtime of any source file changes.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
eb8687cdd4
commit
3da79bf909
@@ -125,12 +125,19 @@ enum brl_type {
|
||||
#include "libcli/nbt/libnbt.h"
|
||||
#include "libcli/util/proto.h"
|
||||
|
||||
/* These headers are used by the NDR parsers. They are globally
|
||||
* included at the moment, but will be included by the autogenerated
|
||||
* NDR parsers later on and removed from here. */
|
||||
#include "libcli/nbt/nbtname.h"
|
||||
#include "librpc/ndr/ndr_sec.h"
|
||||
#include "librpc/ndr/ndr_drsuapi.h"
|
||||
#include "librpc/ndr/ndr_spoolss_buf.h"
|
||||
#include "librpc/ndr/ndr_krb5pac.h"
|
||||
#include "librpc/ndr/ndr_compression.h"
|
||||
|
||||
#undef _PRINTF_ATTRIBUTE
|
||||
#define _PRINTF_ATTRIBUTE(a1, a2)
|
||||
|
||||
/***** automatically generated prototypes *****/
|
||||
#include "include/proto.h"
|
||||
|
||||
/* String routines */
|
||||
|
||||
#include "util/safe_string.h"
|
||||
|
||||
Reference in New Issue
Block a user