s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server.
authorGünther Deschner <gd@samba.org>
Wed, 8 Apr 2009 12:29:04 +0000 (14:29 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 8 Apr 2009 17:45:57 +0000 (19:45 +0200)
Guenther

source3/Makefile.in
source3/include/proto.h
source3/lib/eventlog/eventlog.c [moved from source3/rpc_server/srv_eventlog_lib.c with 100% similarity]

index 1578abf6b610bc65e00430f7c5076d1fb53808da..8b9bcbf9c63501b0bd453a74e7c10daea508d696 100644 (file)
@@ -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
 
index f8a28ef1650b66a492d9aab2ebdac947eeeae620..c8c2ece9686787d68a645fa85ad5fd376b188145 100644 (file)
@@ -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 );