1
0
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:
Jelmer Vernooij
2007-08-31 00:31:32 +00:00
committed by Gerald (Jerry) Carter
parent 30c1de30bb
commit 6890a01dbf
11 changed files with 69 additions and 76 deletions

View File

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