diff options
author | Günther Deschner <gd@samba.org> | 2009-04-08 14:29:04 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-08 19:45:57 +0200 |
commit | 98d703a6b7c102db49b6cdc2a57545a90efefabf (patch) | |
tree | 288276dc12b1293a61695ed664181ba6aacfaa99 /source3 | |
parent | bed4f8413435c39e37ea04940a18ee78481db48f (diff) | |
download | samba-98d703a6b7c102db49b6cdc2a57545a90efefabf.tar.gz samba-98d703a6b7c102db49b6cdc2a57545a90efefabf.tar.bz2 samba-98d703a6b7c102db49b6cdc2a57545a90efefabf.zip |
s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 | ||||
-rw-r--r-- | source3/include/proto.h | 2 | ||||
-rw-r--r-- | source3/lib/eventlog/eventlog.c (renamed from source3/rpc_server/srv_eventlog_lib.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 1578abf6b6..8b9bcbf9c6 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -568,7 +568,7 @@ REG_FULL_OBJ = $(REG_SMBCONF_OBJ) \ registry/reg_perfcount.o \ registry/reg_util_legacy.o -LIB_EVENTLOG_OBJ = rpc_server/srv_eventlog_lib.o +LIB_EVENTLOG_OBJ = lib/eventlog/eventlog.o RPC_LSA_OBJ = rpc_server/srv_lsa_nt.o ../librpc/gen_ndr/srv_lsa.o diff --git a/source3/include/proto.h b/source3/include/proto.h index f8a28ef165..c8c2ece968 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5844,7 +5844,7 @@ bool smb_io_rpc_auth_schannel_chk(const char *desc, int auth_len, RPC_AUTH_SCHANNEL_CHK * chk, prs_struct *ps, int depth); -/* The following definitions come from rpc_server/srv_eventlog_lib.c */ +/* The following definitions come from lib/eventlog/eventlog.c */ TDB_CONTEXT *elog_init_tdb( char *tdbfilename ); char *elog_tdbname(TALLOC_CTX *ctx, const char *name ); diff --git a/source3/rpc_server/srv_eventlog_lib.c b/source3/lib/eventlog/eventlog.c index f83c4fc3b8..f83c4fc3b8 100644 --- a/source3/rpc_server/srv_eventlog_lib.c +++ b/source3/lib/eventlog/eventlog.c |