mirror of
https://github.com/samba-team/samba.git
synced 2025-10-28 03:33:13 +03:00
r24816: Move the rest of the contents of core.h to more appropriate places.
include/ now only contains build system related headers, all other headers are now near the source code they're related to.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
30c1de30bb
commit
6890a01dbf
@@ -50,6 +50,17 @@ struct nbt_dc_name {
|
||||
|
||||
struct cli_credentials;
|
||||
struct event_context;
|
||||
|
||||
/* passed to br lock code. */
|
||||
enum brl_type {
|
||||
READ_LOCK,
|
||||
WRITE_LOCK,
|
||||
PENDING_READ_LOCK,
|
||||
PENDING_WRITE_LOCK
|
||||
};
|
||||
|
||||
|
||||
|
||||
#include "libcli/raw/libcliraw.h"
|
||||
#include "libcli/libcli_proto.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user