summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-04-08 14:29:04 +0200
committerGünther Deschner <gd@samba.org>2009-04-08 19:45:57 +0200
commit98d703a6b7c102db49b6cdc2a57545a90efefabf (patch)
tree288276dc12b1293a61695ed664181ba6aacfaa99
parentbed4f8413435c39e37ea04940a18ee78481db48f (diff)
downloadsamba-98d703a6b7c102db49b6cdc2a57545a90efefabf.tar.gz
s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server.
Guenther
-rw-r--r--source3/Makefile.in2
-rw-r--r--source3/include/proto.h2
-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 1578abf6b61..8b9bcbf9c63 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 f8a28ef1650..c8c2ece9686 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 f83c4fc3b83..f83c4fc3b83 100644
--- a/source3/rpc_server/srv_eventlog_lib.c
+++ b/source3/lib/eventlog/eventlog.c